docs: update node.js requirement
This commit is contained in:
parent
540b9fe4b5
commit
20ef534a44
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ development and testing purposes.
|
||||||
|
|
||||||
This will download and install the LBRY app and its dependencies, including
|
This will download and install the LBRY app and its dependencies, including
|
||||||
[the LBRY daemon](https://github.com/lbryio/lbry) and command line utilities like `node` and `yarn`.
|
[the LBRY daemon](https://github.com/lbryio/lbry) and command line utilities like `node` and `yarn`.
|
||||||
The LBRY app requires Node >= 6; if you have an earlier version of Node installed and want to keep
|
The LBRY app requires Node >= 7; if you have an earlier version of Node installed and want to keep
|
||||||
it, you can use [nvm](https://github.com/creationix/nvm) to switch back and forth.
|
it, you can use [nvm](https://github.com/creationix/nvm) to switch back and forth.
|
||||||
|
|
||||||
#### Arch Linux and Other Non-Debian Distributions
|
#### Arch Linux and Other Non-Debian Distributions
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
"yarnhook": "^0.1.1"
|
"yarnhook": "^0.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6",
|
"node": ">=7",
|
||||||
"yarn": "^1.3"
|
"yarn": "^1.3"
|
||||||
},
|
},
|
||||||
"lbrySettings": {
|
"lbrySettings": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue