You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
475 B
Bash

#!/usr/bin/env zsh
brew uninstall node
brew update
brew install node --without-npm
brew unlink node
brew link node
10 years ago
curl -L https://npmjs.org/install.sh | sh
npm install -g bower
10 years ago
npm install -g browserify
npm install -g dploy
npm install -g grunt-cli
npm install -g gulp
npm install -g js-beautify
10 years ago
npm install -g jscs
npm install -g jshint
npm install -g jsonlint
npm install -g npm-check-updates
npm install -g recursive-blame
10 years ago
npm install -g stylestats
npm install -g vtop