我正试图将next.js应用程序部署到netlify,并试图获取输出文件夹,但当我运行"npm运行构建";我得到一个错误,如:错误:>由于webpack错误,生成失败在构建时(C:\Users\Owner\Desktop\port_frontend\node_modules\next\dist\build\index.js:15:918(
再次尝试安装软件包,但无法更新最新版本;
npm install
npm run build
或
yarn install
yarn build
对于我的案例,删除node_modules
文件夹,并运行yarn install
works For me
将import-next/App更改为小写,适用于我的