作为程序员一定要保持良好的睡眠,才能好编程

npm切换镜像源

发布时间:2020-05-18

npm


1.得到原本的镜像地址


npm get registry 


> https://registry.npmjs.org/


设成淘宝的


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

 


2.换成原来的


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