npm ERR! Cannot read property ‘insert‘ of undefined报错处理

遇到问题如下:
npm使用淘宝源:https://registry.npm.taobao.org,报标题错误
更换官方源,一直卡在idealTree:wulq: sill idealTree buildDeps

百度半天,说是要更换淘宝源,然后进入死循环

问题出在哪里:
【望周知】淘宝 NPM 镜像站喊你切换新域名啦 - 天猪的文章 - 知乎
https://zhuanlan.zhihu.com/p/430580607
淘宝源换新域名了

npm config set registry https://registry.npmmirror.com/
npm config set ELECTRON_MIRROR https://npmmirror.com/mirrors/electron/

然后再install ,完成。

你可能感兴趣的:(npm,前端,node.js)