Open yyman001 opened 6 years ago
eg:https://changelog.com/posts/install-node-js-with-homebrew-on-os-x 1.先安装brew https://brew.sh/index_zh-cn.html 2.安装完,安装node brew install node 3.设置其他下载包地址 npm config set registry=http://r.cnpmjs.org/ 4.安装你需要的包/工具
brew
brew install node
npm config set registry=http://r.cnpmjs.org/
eg:https://changelog.com/posts/install-node-js-with-homebrew-on-os-x 1.先安装
brew
https://brew.sh/index_zh-cn.html 2.安装完,安装nodebrew install node
3.设置其他下载包地址npm config set registry=http://r.cnpmjs.org/
4.安装你需要的包/工具