aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar saruwman <41330038+saruwman@users.noreply.github.com>2020-04-15 19:36:05 +0100
committerLibravatar GitHub <noreply@github.com>2020-04-15 19:36:05 +0100
commit7207180d3f3d3aec28df006522ccd22eeba655dc (patch)
tree55cb48863a65a85fba0e7f705dc560473d8b3eee
parentfix: Home button doesn't navigate to Service URL (#573) (diff)
downloadferdium-app-7207180d3f3d3aec28df006522ccd22eeba655dc.tar.gz
ferdium-app-7207180d3f3d3aec28df006522ccd22eeba655dc.tar.zst
ferdium-app-7207180d3f3d3aec28df006522ccd22eeba655dc.zip
Warning about using Nodejs versions > 10 (#578)
I removed the warning about using nodejs versions above 10 because they function well in the dev environement.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ee24c72e..d9e97e817 100644
--- a/README.md
+++ b/README.md
@@ -185,7 +185,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`.
185 185
186#### Node.js 186#### Node.js
187 187
188Please make sure you are running NodeJS v10 ([v10.16.3](https://nodejs.org/dist/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). 188Please make sure you are running NodeJS v10 or above.
189 189
190#### Git 190#### Git
191 191