No need for sudoing local npm install

This commit is contained in:
Anatoly Pashin 2015-07-01 10:28:16 +10:00
parent cb10fc7a88
commit babf7cbd9b

View File

@ -58,7 +58,7 @@ Install [node.js](http://nodejs.org/) and run following commands in the project
```
sudo npm install -g gulp
sudo npm install
npm install
```
This will install all the needed dependencies.