设置淘宝镜像
2023-11-15
设置淘宝镜像
npm config set registry https://registry.npm.taobao.org
npm config set disturl https://npm.taobao.org/dist
取消淘宝镜像
- 编辑删除
npm config edit
找到上面注册的两行删掉
- 命令删除
npm config delete registry
npm config delete disturl
yarn config set registry https://registry.npmjs.org --global
centos 解决方案:
yum install dos2unix
dos2unix **.sh