You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@acneupane I ran into this as well, but this was because I ran: node backend/dist/src/main. From the backend/ directory I ran, node dist/src/main and everything started just fine.
Getting this error after trying to start the app with "node backend/dist/src/main" on v1.11.
C:\Users\Hoss\reiverr>node backend/dist/src/main
node:internal/modules/cjs/loader:1148
throw err;
^
Error: Cannot find module 'C:\Users\Hoss\reiverr\backend\dist\src\main'
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
at Module._load (node:internal/modules/cjs/loader:986:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.14.0
The text was updated successfully, but these errors were encountered: