From 01f5c52104b4ca236218635dacfbae5fce7009df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 4 Sep 2014 14:00:32 +0200 Subject: [PATCH] Had a problem on npm install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72fdf93..dae6a51 100644 --- a/README.md +++ b/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