npm设置淘宝镜像

1、npm设置淘宝镜像
npm config set registry https://registry.npm.taobao.org

2、查看镜像设置
npm config get registry

3、还原成npm镜像
npm config set registry https://registry.npmjs.org/

4、清除npm缓存
npm cache clean --force
 
 
posted @ 2020-10-13 10:30  karila  阅读(9673)  评论(0编辑  收藏  举报