aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-14 14:00:36 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-14 14:00:36 +0200
commit129bb3dda08b6634bc83fa8698023ba5dec49d33 (patch)
tree0581a1a841929aafed791f7c9fb0f3f5cd3027d7
parentImplement #7 (diff)
downloadferdium-app-rc.tar.gz
ferdium-app-rc.tar.zst
ferdium-app-rc.zip
Add information about NodeJS version in devrc
-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