购物分享网站怎么做的,男同志做爰网站,哪个网站可以做结婚请柬,wordpress+4+chm今天要逆向跑一个electron#xff0c;但是npm install一直卡在
reify:element-plus: timing reifyNode:node_modules/lodash Completed in 6664ms这里一动不动#xff0c;一番研究之后发现可能跟用的镜像有关系#xff0c;我原本是官方镜像#xff0c;总感觉第三方镜像有一…今天要逆向跑一个electron但是npm install一直卡在
reify:element-plus: timing reifyNode:node_modules/lodash Completed in 6664ms这里一动不动一番研究之后发现可能跟用的镜像有关系我原本是官方镜像总感觉第三方镜像有一些莫名的问题然后之前迫不得已换到淘宝镜像最后从淘宝镜像切换到官方就好了。
此篇文章就做为镜像地址的记录吧
设置镜像
设置为官方镜像
npm config set registry https://registry.npmjs.org可选的其他镜像有
https://registry.npmjs.org/ (官方)https://registry.npmmirror.com/ (淘宝)https://mirrors.cloud.tencent.com/npm/ (腾讯)
获取当前镜像
npm get registry 单次install设置为指定镜像
npm install --registryhttps://registry.npmjs.org/