1. 通过homebrew 安装
如果没有安装过homebrew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
已经安装了的 直接安装npm
brew install npm
2. 安装cnpm
由于网络不可抗力 换成淘宝源cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
详细说明访问:
http://npm.taobao.org
网友评论