2013-10-25 12:57:51 +00:00
|
|
|
#!/usr/bin/env zsh
|
|
|
|
|
2014-01-14 13:39:40 +00:00
|
|
|
brew uninstall node
|
2013-10-25 12:57:51 +00:00
|
|
|
brew update
|
2014-01-14 13:39:40 +00:00
|
|
|
brew install node --without-npm
|
|
|
|
brew unlink node
|
|
|
|
brew link node
|
2014-07-18 17:06:11 +00:00
|
|
|
curl -L https://npmjs.org/install.sh | sh
|
2014-01-14 13:39:40 +00:00
|
|
|
|
2014-03-09 22:19:04 +00:00
|
|
|
npm install -g browserify
|
2014-01-14 13:39:40 +00:00
|
|
|
npm install -g dploy
|
2014-09-22 12:53:47 +00:00
|
|
|
npm install -g eslint
|
2015-02-19 17:45:15 +00:00
|
|
|
npm install -g frontend-md
|
2013-10-25 12:57:51 +00:00
|
|
|
npm install -g grunt-cli
|
2014-04-26 18:31:55 +00:00
|
|
|
npm install -g gulp
|
2013-10-25 12:57:51 +00:00
|
|
|
npm install -g jsonlint
|
2014-01-14 13:39:40 +00:00
|
|
|
npm install -g npm-check-updates
|
2013-10-25 12:57:51 +00:00
|
|
|
npm install -g recursive-blame
|