gpt4 book ai didi

Angular : An unhandled exception occurred: Cannot find module 'webpack/lib/ParserHelpers'

转载 作者:行者123 更新时间:2023-12-04 11:30:23 29 4
gpt4 key购买 nike

我想从 Angular 7 升级到 8。
我已经安装了@angular-devkit/build-angular@0.800.0,卸载并重新安装了节点模块,但我总是遇到这个问题:找不到模块'webpack/lib/ParserHelpers'
当我进行 npm fix audit 时,我遇到了另一种类型的错误:发生未处理的异常:作业名称“..getProjectMetadata”不存在。有关更多详细信息,请参阅“C:\Users\Surface\AppData\Local\Temp\ng-urmmUP\angular-errors.log”。 enter image description here

最佳答案

首先,确保 NPM 是最新的。

npm i -g npm
检查 Webpack 的版本。 版本 5 @angular-devkit/build-angular@0.8XX.X( source )目前不支持(及之后)。
清洁所有:
删除 node_modules 文件夹和 package-lock.json 文件
rm package-lock.json && rm -R node_modules
删除 dist 文件夹
清除 npm 缓存:
npm cache clean --force
要查看安装了哪个版本:
npm ls webpack
如何解决?
npm uninstall webpack
npm install --save-dev webpack@4.39.2

关于 Angular : An unhandled exception occurred: Cannot find module 'webpack/lib/ParserHelpers' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64443175/

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