i got error when run npm start command.(backend) #477
nahidfarazi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
node:internal/modules/cjs/loader:1251
throw err;
^
Error: Cannot find module '/home/secure-net/Desktop/DevOps/Bootcamp/wanderlust/backend/server.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1248:15)
at Module._load (node:internal/modules/cjs/loader:1074:27)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:166:5)
at node:internal/main/run_main_module:30:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v22.9.0
Beta Was this translation helpful? Give feedback.
All reactions