Add information about node version for building

This commit is contained in:
Janosch Maier 2021-11-28 19:51:04 +01:00 committed by Ben Gotow
parent b21f70286f
commit ecf8f83867

View file

@ -62,9 +62,9 @@ you'll want to get the source, build it, and run it locally.
## Installing Prerequisites
You'll need git and a recent version of Node.JS (any v7.2.1+ is recommended
with npm v3.10.10+). [nvm](https://github.com/creationix/nvm) is also highly
recommended. Based on your platform, you'll also need:
You'll need git and a version of Node.JS (any v14.11.0 is recommended
with npm v7+). Newer versions may not be able to install all dependencies at the moment.
[nvm](https://github.com/creationix/nvm) is also highly
**Windows:**
@ -91,6 +91,9 @@ Mailspring,install dependencies, and launch the app:
```
git clone https://github.com/foundry376/mailspring
cd mailspring
nvm install v14.11.0
nvm use v14.11.0
nvm install-latest-npm
npm install
npm start
```