1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Doc: Update node version in BUILD.md (#5616)

* Update node version in BUILD.md

Apparently node 16.0.0 may not work, see https://github.com/laurent22/joplin/issues/5608

* Update BUILD.md

* Change node 16.11 -> node 14
This commit is contained in:
Roman Musin
2021-10-24 13:02:37 +01:00
committed by GitHub
parent 2f09f884be
commit 2db886a4db

View File

@@ -18,7 +18,7 @@ There are also a few forks of existing packages under the "fork-*" name.
## Required dependencies
- Install node 10+ - https://nodejs.org/en/
- Install node 14+ - https://nodejs.org/en/
- macOS: Install Cocoapods - `brew install cocoapods`
- Windows: Install Windows Build Tools - `npm install -g windows-build-tools --vs2015`
- Linux: Install dependencies - `sudo apt install libnss3 libsecret-1-dev python rsync`