Angular 从未调用错误cb()执行npm安装时出错

Angular 从未调用错误cb()执行npm安装时出错,angular,npm,installation,node-modules,Angular,Npm,Installation,Node Modules,我正在尝试在我的angular项目中安装节点模块。但是在执行npm安装时,我得到了以下错误 npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! <https://npm.community> npm ERR! A complete log of this run can be found in: npm ERR!

我正在尝试在我的angular项目中安装节点模块。但是在执行npm安装时,我得到了以下错误

npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/aino/.npm/_logs/2020-02-18T06_45_41_169Z-debug.log
在我的例子(jenkins CI)中,工作区已损坏。清理工作区有帮助。

也许这会帮助您:
10005 silly decomposeActions refresh-package-json shallow-clone@3.0.1
10006 silly decomposeActions fetch clone-deep@4.0.1
10007 silly decomposeActions extract clone-deep@4.0.1
10008 silly decomposeActions preinstall clone-deep@4.0.1
10009 silly decomposeActions build clone-deep@4.0.1
10010 silly decomposeActions install clone-deep@4.0.1
10011 silly decomposeActions postinstall clone-deep@4.0.1
10012 silly decomposeActions finalize clone-deep@4.0.1
10013 silly decomposeActions refresh-package-json clone-deep@4.0.1
10014 silly decomposeActions fetch sass-loader@7.2.0
10015 silly decomposeActions extract sass-loader@7.2.0
10016 silly decomposeActions preinstall sass-loader@7.2.0
10017 silly decomposeActions build sass-loader@7.2.0
10018 silly decomposeActions install sass-loader@7.2.0
10019 silly decomposeActions postinstall sass-loader@7.2.0
.....