Monday, September 5, 2016

Upgrade Node.js to the latest version

To upgrade Node.js to the latest version, use `n` as follows:

sudo npm install n -g
n stable

Reference:
http://stackoverflow.com/questions/10075990/upgrading-node-js-to-latest-version

No comments:

Post a Comment