侧边栏壁纸
博主头像
小医仙博主等级

风一程雨一程,身向榆关那畔行。

  • 累计撰写 38 篇文章
  • 累计创建 16 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

设置淘宝镜像

小医仙
2022-02-17 / 0 评论 / 0 点赞 / 534 阅读 / 80 字

设置淘宝镜像

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

博主关闭了当前页面的评论