website icon indicating copy to clipboard operation
website copied to clipboard

Installation instructions reference node 6.x

Open whmountains opened this issue 7 years ago • 1 comments

This line:

curl --silent --location https://rpm.nodesource.com/setup_6.x | sudo bash -

Should be changed to this:

curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -

whmountains avatar Feb 15 '18 00:02 whmountains

LTS release is 8.x, so it should likely use 8.x. Would you like to submit a pull request to update it?

Daniel15 avatar Feb 15 '18 01:02 Daniel15