Last active
May 12, 2016 01:24
-
-
Save clonn/605f2a2a4593390d4a33 to your computer and use it in GitHub Desktop.
node.js v4.2.2 install on Koding.com
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 -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash | |
. ~/.nvm/nvm.sh | |
nvm install v4.2.2 | |
nvm alias default v4.2.2 | |
nvm use default | |
# install other service | |
npm install -g sails | |
npm install -g gulp | |
npm install -g grunt-cli | |
npm install -g babel-cli | |
npm install -g bower |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment