Skip to content

Commit a54f4d4

Browse files
zeekhugeArthur Cinader
authored andcommitted
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
1 parent 7a43faa commit a54f4d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ $ npm install -g parse-server mongodb-runner
2424
$ mongodb-runner start
2525
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test
2626
```
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+
2729

2830
### Inside a Docker container
2931
```

0 commit comments

Comments
 (0)