Skip to content

Commit

Permalink
add —unsafe-perm option to npm install to match documentation (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackstock authored and knolleary committed Nov 30, 2017
1 parent 6d23899 commit d426aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ A visual tool for wiring the Internet of Things.
Check out http://nodered.org/docs/getting-started/ for full instructions on getting
started.

1. `sudo npm install -g node-red`
1. `sudo npm install -g --unsafe-perm node-red`
2. `node-red`
3. Open <http://localhost:1880>

Expand Down

0 comments on commit d426aaa

Please sign in to comment.