更换源很简单,重度 Node.js 使用者,无法忍受下载插件速度慢,更换源步骤如下

临时使用

$ npm --registry https://registry.npm.taobao.org install express

永久使用

$ npm config set registry https://registry.npm.taobao.org

验证

$ npm config get registry

安装 yarn

$ npm install -y yarn