Update manual_installation.md

This commit is contained in:
Olivier Lambert
2015-09-16 14:27:33 +02:00
parent b4f609e084
commit 47afcb7c20

View File

@@ -128,3 +128,12 @@ $ git pull --ff-only
$ npm install
$ npm run build
```
## Troubleshooting
If you have problem during the buiding phase in `xo-web`, follow these steps:
1. `rm -rf node_modules`
1. `git checkout node_modules`
1. `npm install`
1.`npm run build`