Had a problem on npm install

This commit is contained in:
Gaël Métais
2014-09-04 14:00:32 +02:00
parent 4fefb54a13
commit 01f5c52104
+1
View File
@@ -31,6 +31,7 @@ cd YellowLabTools
npm install
bower install
```
If `npm install` fails, try this command `npm install -g node-gyp` and retry `npm install` after.
3) Launch the server
```shell