浏览代码

Had a problem on npm install

Gaël Métais 10 年之前
父节点
当前提交
01f5c52104
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

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