无法启动新的 Nextjs 应用程序无法加载 next.config.js

Unable to start new Nextjs application Failed to load next.config.js

我从 git 中提取了一个 nextJS 应用程序并尝试使用 npm run devnpx next dev npm run start 启动它,事实上,我 [=31= 的每个命令] 给了我同样的错误。

为了进一步排除故障,我按照 youtube 教程开始了一个 b运行d 新项目 运行 npx create-next-app appname 并再次进行。同样的错误。

H:\Documents\Projects\React\NextTutorial\ninjalist>npm run dev ninjalist@0.1.0 dev next dev ready - started server on 0.0.0.0:3000, url: http://localhost:3000 error - Failed to load next.config.js, see more info here https://nextjs.org/docs/messages/next-config-error Error: Not supported at Object.loadConfig [as default] (H:\Documents\Projects\React\NextTutorial\ninjalist\node_modules\next\dist\server\config.js:399:74) at async NextServer.loadConfig (H:\Documents\Projects\React\NextTutorial\ninjalist\node_modules\next\dist\server\next.js:110:22) at async NextServer.prepare (H:\Documents\Projects\React\NextTutorial\ninjalist\node_modules\next\dist\server\next.js:92:24) at async H:\Documents\Projects\React\NextTutorial\ninjalist\node_modules\next\dist\cli\next-dev.js:126:9

最突出的是加载失败next.config.js 该文件的内容就是

/** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, }

如果我能被告知我遗漏了什么,我将不胜感激,因为我没有编写任何代码,这是直接来自创建应用程序的,我收到了这个错误。 感谢您的帮助。

通过升级到最新版本的 NodeJS 解决了这个问题

一分钟都不要浪费。只需更新到最新版本的节点