banner
NEWS LETTER

npm和yarn换淘宝源

Scroll down

npm

  • 临时使用
1
npm --registry https://registry.npm.taobao.org install express
  • 持久使用
1
npm config set registry https://registry.npm.taobao.org
  • 查看是否配置成功
1
npm config get registry

yarn

  • 换源
1
yarn config set registry https://registry.npm.taobao.org/
  • 查看是否配置成功
1
yarn config get registry

都是淘宝源,挺好

其他文章
请输入关键词进行搜索