mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Update README.md (#74)
This commit is contained in:
parent
80fc25c6a4
commit
7fbe019a22
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue