npm node

91 阅读1分钟

安装npm

brew install npm

换源

npm config set registry registry.npm.taobao.org npm config get registry

使用

npm install -g xxx
npm uninstall xxx