Skip to content

Commit 88d843d

Browse files
committed
Update README.md
Commit adds a reference to solve the EACCES error while installation.
1 parent d9bdaa0 commit 88d843d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
2020

2121
### Locally
2222
```
23-
$ # If the user has enough permissions to install global modules, use "--unsafe-perm" option with npm
2423
$ npm install -g parse-server mongodb-runner
2524
$ mongodb-runner start
2625
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test
2726
```
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+
2829

2930
### Inside a Docker container
3031
```

0 commit comments

Comments
 (0)