Replies: 1 comment
-
您可以尝试在 若需要进一步协助,请到 Zeabur 官方交流群 https://discord.zeabur.com/ 寻求帮助,谢谢。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
部署普通node项目一直失败
requireStack: []
code: 'MODULE_NOT_FOUND',
at node:internal/main/run_main_module:28:49 {
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
at Module._load (node:internal/modules/cjs/loader:975:27)
at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
Error: Cannot find module '/src/index.js'
^
throw err;
看起来是内部node版本有问题
在本地运行没有问题
Beta Was this translation helpful? Give feedback.
All reactions