error cb() never called!

D:\WebstormProjects\cms-web>npm -v
6.14.10
D:\WebstormProjects\cms-web>node -v
v14.15.4

查看 npm配置,如果存在registry为https://registry.npm.taobao.org,编辑文件C:\Users\用户名.npmrc,删掉对应配置

npm config list
or
npm config ls -l

清理缓存

npm cache clean -f

npm cache verify

然后进入项目测试npm i 或者 npm i --registry=https://registry.npm.taobao.org

你可能感兴趣的:(前端,nodejs)