Closed jonathanthomas83 closed 8 years ago
@edwardhorsford - want to incorporate this into your documentation improvements?
Already added :)
It looks like these commands are very similar to the install instructions given on the Node.js website. As they may update them in the future, I think it best to link to website directly.
https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
Ubuntu version of nodejs is quite old (using
apt-get install nodejs
)Setup fails at
npm install
, as the required version is 4.x.x.Simple fix would be...
Then run
npm install
again, should work.