From 7fbe019a22fbf7f4da8f2e77412d5a2cc9699ea2 Mon Sep 17 00:00:00 2001 From: Afshin Mehrabani Date: Thu, 7 Jul 2016 17:00:42 +0100 Subject: [PATCH] Update README.md (#74) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1df03520..d1f9ddde 100644 --- a/README.md +++ b/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