We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bdaa0 commit b270f49Copy full SHA for b270f49
README.md
@@ -20,11 +20,12 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
20
21
### Locally
22
```
23
-$ # If the user has enough permissions to install global modules, use "--unsafe-perm" option with npm
24
$ npm install -g parse-server mongodb-runner
25
$ mongodb-runner start
26
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test
27
+***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).*
28
+
29
30
### Inside a Docker container
31
0 commit comments