安装npm
brew install npm
换源
npm config set registry registry.npm.taobao.org npm config get registry
使用
npm install -g xxx
npm uninstall xxx
brew install npm
npm config set registry registry.npm.taobao.org npm config get registry
npm install -g xxx
npm uninstall xxx