npm速度过慢的解决方案

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

  

yarn的安装:

下载node.js,使用npm安装
npm install -g yarn
查看版本:yarn --version
Yarn 淘宝源安装
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g

  

 
posted @ 2021-05-05 20:14  John-Python  阅读(400)  评论(0编辑  收藏  举报