1.首先确保已安装xcode和homebrew

2.安装

brew install node

3.检查

node -v
npm -v

4.更换为淘宝镜像

sudo npm install -g cnpm --registry=https://registry.npm.taobao.org --verbose