Added requirement for node version 10.

10.7.0-preview
mikeller 2019-08-20 23:22:52 +12:00
parent e2c6cfae0f
commit c9b59add57
2 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Unstable testing versions of the lates builds of the configurator for most platf
### Development
1. Install node.js
1. Install node.js (version 10 required)
2. Install yarn: `npm install yarn -g`
3. Change to project folder and run `yarn install`.
4. Run `yarn start`.

View File

@ -35,6 +35,9 @@
},
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"engines": {
"node": "10.x"
},
"dependencies": {
"bluebird": "^3.5.5",
"i18next": "^17.0.11",