npm 运行 build 不工作并且在 webpack 项目中有错误

npm run build doesn't work and has error in webpack project

今天我在终端输入 npm 运行 build 然后项目不再 运行 它给了我 90 个错误和 13 个警告。 它昨天工作,但今天没有。我真的不知道是什么问题。除了一行 javascript 并且与节点模块或包 JSON 或 ...

无关的代码外,我什么都没做

webpack 版本 5.69.1 节点版本 14.19.1 npm 版本 6.14.16

webpack 5.69.1 compiled with 90 errors and 13 warnings in 26714 ms
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! @mrghazian/editor@1.3.954 build: `webpack --config ./webpack.config.js --mode=production`
    npm ERR! Exit status 1
    npm ERR! 
    npm ERR! Failed at the @mrghazian/editor@1.3.954 build script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/ila/.npm/_logs/2022-04-12T07_22_51_190Z-debug.log

终于找到问题了

我已将此行添加到我的一个 js 文件中,这是导致所有错误的原因。

import { AsyncDependenciesBlock } from "webpack";

我现在删除了,一切正常