Browse Source

No need for sudoing local npm install

master
Anatoly Pashin 9 years ago
parent
commit
babf7cbd9b
  1. 2
      README.md

2
README.md

@ -58,7 +58,7 @@ Install [node.js](http://nodejs.org/) and run following commands in the project @@ -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.

Loading…
Cancel
Save