mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Merge pull request #1589 from mikeller/require_node_10
Added requirement for node version 10.
This commit is contained in:
commit
c3a492f9b8
2 changed files with 4 additions and 1 deletions
|
@ -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`.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue