npm安装依赖报以下错:
cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://npm.community
尝试了很多种方法终于用它解决了
修改npm源
//查看源
npm config get registry
//更换源
npm config set registry https://registry.npmjs.org
cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://npm.community
尝试了很多种方法终于用它解决了
修改npm源
//查看源
npm config get registry
//更换源
npm config set registry https://registry.npmjs.org