Updated readme with npm install troubleshooting

This commit is contained in:
Jiri Tomasek
2015-09-09 18:21:48 +02:00
parent 2f50654fa9
commit 0202b61b82

View File

@@ -13,10 +13,14 @@
1. ```git clone https://github.com/jtomasek/tripleo_ui.git```
2. ```cd tripleo_ui```
3. Install Gulp globally ```sudo npm install -g gulp```
4. Install dependencies ```npm install --dev```
4. Install dependencies ```npm install```
5. Serve the App ```gulp```
6. Navigate to ```http://<machine_hostname>:3000/```
## NPM install troubleshooting
In case of errors during ```npm install```, remove node_modules dir and clean npm cache
```npm cache clean```. Then run ```npm install``` again.
## Tests