为什么当我尝试运行 Next.js 应用程序的后端时找不到该模块

why i can't find the module when i'm trying to run the backend of a next.js app

提问人:Akash Kumar 提问时间:10/30/2023 最后编辑:Mark SchultheissAkash Kumar 更新时间:10/30/2023 访问量:18

问:

收到此错误,我该如何解决?

抛出错误;

错误:找不到模块“C:\WEB 开发\项目\博客\blog_backend\索引.js' 在 Module._resolveFilename (node:internal/modules/cjs/loader:995:15) 在 Module._load (node:internal/modules/cjs/loader:841:27) 在 Function.executeUserEntryPoint [作为 runMain] (node:internal/modules/run_main:81:12) 在 node:internal/main/run_main_module:23:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }

尝试通过 npx nodemon 启动后端

reactjs 下一个.js mern nodemon

评论

0赞 Community 10/30/2023
请提供足够的代码,以便其他人可以更好地理解或重现问题。

答: 暂无答案