Last active
November 12, 2015 07:24
-
-
Save identityclash/657d167fb15a0e7924f5 to your computer and use it in GitHub Desktop.
nodejs 4.x and npm installation for ubuntu 14.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sL https://deb/nodesource.com/setup_4.x | sudo -E bash - | |
curl -sL https://www.npmjs.com/install.sh | sh | |
sudo apt-get update | |
sudo apt-get install nodejs | |
sudo apt-get install npm | |
sudo ln -s /usr/bin/nodejs /usr/bin/node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment