Update README.md (#74)

This commit is contained in:
Afshin Mehrabani 2016-07-07 17:00:42 +01:00 committed by Guillermo Rauch
parent 80fc25c6a4
commit 7fbe019a22

View file

@ -26,3 +26,15 @@ $ npm start
```
...to launch the app!
## Common Errors
### `Error: Module version mismatch. Expected 48, got 47`
If you get this error after `npm start`, simply remove the `node_modules` folder and try to install again using following command:
```
sudo ./install.sh
```
More details: https://github.com/zeit/hyperterm/issues/72