From ab50461e83035e42312afc8f2563ecc1b0da0c75 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 4 Apr 2012 15:17:07 +0200 Subject: [PATCH] Add note about ```npm install``` actions (#12) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8d5e47d1..57a1ee03 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ git clone npm install ``` +Note that the ```npm install``` step will populate the node_modules/ +directory with modules, some of which being compiled on demand. If you +happen to have startup errors you may need to force rebuilding those +modules. At any time just wipe out the node_modules/ directory and run +```npm install``` again. + Configure ---------