gpt4 book ai didi

npm 安装错误 - cb() 从未调用过

转载 作者:行者123 更新时间:2023-12-03 18:46:26 30 4
gpt4 key购买 nike

我尝试在我下载的 angular 项目中安装 node_module,但出现此错误:

npm ERR! registry error parsing json



然后我使用 npm intall npm -g 重新安装 npm之后当我尝试使用 npm install我收到此错误:
(node:11252) UnhandledPromiseRejectionWarning: Unhandled promise
rejection (rejection id: 1): Error: ENOENT: no such file or directory, stat
'C:\Users\User\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-ec5da46c\angular\cdk.es5.js'

调试日志:
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\User\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install' ]
2 info using npm@5.4.2
3 info using node@v6.10.2
4 verbose npm-session ff5ce249dfe37f0e
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall spa@0.0.0
7 info lifecycle spa@0.0.0~preinstall: spa@0.0.0
8 silly install loadCurrentTree
9 silly install readLocalPackageData
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 silly install loadShrinkwrap
13 info lifecycle @angular/cdk@2.0.0-beta.10-a7ce31e~prepack: @angular/cdk@2.0.0-beta.10-a7ce31e
14 error cb() never called!
15 error This is an error with npm itself. Please report this error at:
16 error <https://github.com/npm/npm/issues>

我已经试过了 npm cache clean --force但我得到同样的错误。
node -v v6.10.2
npm -v 5.4.2

最佳答案

我遇到过同样的问题。我解决了

通过排除 package-lock.json 文件

npm i --no-package-lock

或者通过手动删除 package-lock.json

关于npm 安装错误 - cb() 从未调用过,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46646191/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com