add —unsafe-perm option to npm install to match documentation (#1486)

This commit is contained in:
Mike Blackstock 2017-11-30 05:38:22 -08:00 committed by Nick O'Leary
parent 6d2389945b
commit d426aaa88a
1 changed files with 1 additions and 1 deletions

View File

@ -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>