npm安装失败(npm ERR! cb() never called! npm ERR! This is an error with npm itself)

1、清理npm缓存

npm cache clean -f

2、安装最新版本的Node helpe

npm install -g n

3、安装npm包管理助手

npm install -g n --force

4、安装npm

npm install

注意事项:使用mac的话npm前面加sudo,使用的国内的淘宝镜像的话前面加c。

上一篇:用友yonsuite产品二开之简单的yonsql查询小工具


下一篇:吴裕雄--天生自然ANDROID开发学习:2.3.5.RadioButton(单选按钮)&Checkbox(复选框)