Last active
June 12, 2017 02:39
-
-
Save emilefraser/8eebf9110b1e63bfe7b80bfb1989a62c to your computer and use it in GitHub Desktop.
[NPM Scripts] #installer #npm #run
This file contains 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
#Installing Nodejs | |
echo "Installing Nodejs" | |
nvm install node | |
nvm use node | |
npm install -g coffee-script | |
npm install -g grunt-cli | |
npm install -g gulp | |
npm install -g bower | |
npm install -g jshint | |
npm install -g less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment