aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a34b6878a..9326aab39 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,9 @@ You can find the installers in the [latest release](https://github.com/kytwb/fer
37#### Install Linux OS dependencies 37#### Install Linux OS dependencies
38[Guide: Linux distribution specific dependencies](docs/linux.md) 38[Guide: Linux distribution specific dependencies](docs/linux.md)
39 39
40#### Use right NodeJS version
41Please make sure you are running NodeJS v10 (v10.16.3 suggested). Versions above will throw an errow when trying to install due to an [old fsevent dependency](https://github.com/fsevents/fsevents/issues/278)
42
40#### Fix native modules to match current electron node version 43#### Fix native modules to match current electron node version
41```bash 44```bash
42$ npm run rebuild 45$ npm run rebuild