Главная

JavaScript

Node JS


Статья

update Node JS

1) Clear NPM's cache:
sudo npm cache clean -f

2) Install a little helper called 'n'
sudo npm install -g n

3) Install latest stable Node.js version:
sudo n stable

4) Checked version:
node --version