mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update recommended node version in contrib docs
This commit is contained in:
parent
dd40d53e6b
commit
614e99a899
@ -10,8 +10,10 @@ dependencies in your project codebase however you like.
|
|||||||
|
|
||||||
The [NodeJS](https://nodejs.org) JavaScript runtime is the foundation of our client-side
|
The [NodeJS](https://nodejs.org) JavaScript runtime is the foundation of our client-side
|
||||||
build tool chain. If you want to do things like upgrade dependencies, make changes to core
|
build tool chain. If you want to do things like upgrade dependencies, make changes to core
|
||||||
JavaScript or SCSS files, you'll need Node installed on your dev environment. Our build
|
JavaScript or SCSS files, you'll need Node installed on your dev environment.
|
||||||
tooling supports the v6.x (LTS) version of NodeJS.
|
|
||||||
|
As of SilverStripe 4.5, our build tooling supports the v10.x (LTS as of Sept 2019) version
|
||||||
|
of NodeJS. SilverStripe 4.0 - 4.4 used Node v6.x.
|
||||||
|
|
||||||
If you already have a newer version of Node.js installed, check out the
|
If you already have a newer version of Node.js installed, check out the
|
||||||
[Node Version Manager](https://github.com/creationix/nvm) to run multiple versions
|
[Node Version Manager](https://github.com/creationix/nvm) to run multiple versions
|
||||||
|
Loading…
Reference in New Issue
Block a user