From a54f4d43fa6e04f5c24344f7d47f04e2a4ea4cb0 Mon Sep 17 00:00:00 2001 From: Zubeen Tolani Date: Tue, 28 Mar 2017 03:00:55 +0530 Subject: [PATCH] Add install instructions for root user (#3419) * Add install instructions for root user * Reword the comment * Update README.md Commit adds a reference to solve the EACCES error while installation. * remove trailing whitespace --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82f190e2..c2865744 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ $ npm install -g parse-server mongodb-runner $ mongodb-runner start $ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test ``` +***Note:*** *If installation with* `-g` *fails due to permission problems* (`npm ERR! code 'EACCES'`), *please refer to [this link](https://docs.npmjs.com/getting-started/fixing-npm-permissions).* + ### Inside a Docker container ```