Install:
apt-get install node
1) Clear NPM's cache:
2) Install a little helper called 'n'
3) Install latest stable NodeJS version
Alternatively pick a specific version and install like this:
apt-get install node
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 NodeJS version
sudo n stable
Alternatively pick a specific version and install like this:
sudo n 0.8.20
No comments:
Post a Comment