Installing NodeJS v0.12 for Debian / Ubuntu based distributions
CLI command :
# Uninstall previous version
sudo apt-get remove --purge nodejs npm
# New setup script name for Node.js v0.12
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
# Install with:
sudo apt-get install -y nodejs
Post by: Anonymoussc (@anonymoussc)All the best people in life seem to like LINUX. - Steve Wozniak