安装nodejs
brew install nodejs
查看版本
node -v
npm -v
npm源配置管理
npm install -g nrm
可用源列表
nrm ls
使用淘宝源
nrm use taobao