mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
Update docs and package.json re min Node.js supported version (12.8.0)
Resolves: #2445 Change-type: patch
This commit is contained in:
parent
d11e547e11
commit
f5d09a43cd
@ -78,7 +78,7 @@ If you are a Node.js developer, you may wish to install the balena CLI via [npm]
|
|||||||
The npm installation involves building native (platform-specific) binary modules, which require
|
The npm installation involves building native (platform-specific) binary modules, which require
|
||||||
some development tools to be installed first, as follows.
|
some development tools to be installed first, as follows.
|
||||||
|
|
||||||
> **The balena CLI currently requires Node.js version 10 (min 10.20.0) or 12.**
|
> **The balena CLI currently requires Node.js version 12 (min 12.8.0).**
|
||||||
> **Versions 13 and later are not yet fully supported.**
|
> **Versions 13 and later are not yet fully supported.**
|
||||||
|
|
||||||
### Install development tools
|
### Install development tools
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
"author": "Balena Inc. (https://balena.io/)",
|
"author": "Balena Inc. (https://balena.io/)",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0 <13.0.0",
|
"node": ">=12.8.0 <13.0.0",
|
||||||
"npm": "<7.0.0"
|
"npm": "<7.0.0"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
Loading…
Reference in New Issue
Block a user