Add note about ``npm install
`` actions (#12)
This commit is contained in:
parent
a7c5c88c58
commit
ab50461e83
@ -20,6 +20,12 @@ git clone
|
|||||||
npm install
|
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
|
Configure
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user