Add note about ``npm install`` actions (#12)

This commit is contained in:
Sandro Santilli 2012-04-04 15:17:07 +02:00
parent a7c5c88c58
commit ab50461e83

View File

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