gpt4 book ai didi

reactjs - 编译失败。 webpack 不是一个函数

转载 作者:行者123 更新时间:2023-12-03 13:02:10 25 4
gpt4 key购买 nike

我的项目工作正常,但安装react-redux和redux后我无法启动该项目,它显示了这个错误

编译失败。

webpack 不是一个函数

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! project@0.1.0 start: `node scripts/start.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the project@0.1.0 start script.

npm 错误!这可能不是 npm 的问题。上面可能有额外的日志输出。

The screenshot of error in ternimal

最佳答案

在将所有节点模块(包括react和redux)(尤其是react-dev-utils)升级到v8.0.0后,我遇到了同样症状的问题。 createCompiler() 函数已更改为需要一个对象而不是多个参数(我想这将在将来提供更大的灵 active )。

我将 start.js 更改为:

const compiler = createCompiler(webpack, config, appName, urls, useYarn);

至:

const compiler = createCompiler({ webpack, config, appName, urls, useYarn });

关于reactjs - 编译失败。 webpack 不是一个函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55140033/

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