Issue with prisma with mongodb and discord js

sergio3215HOBBY

a year ago

I don't know about the issue

node:internal/modules/cjs/loader:1143

throw err;

^

Error: Cannot find module '../../../propio/yourSecret/react_modules/babel.js'

Require stack:

  • /app/commands/lib.js

  • /app/commands/index.js

  • /app/index.js

at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)

at Module._load (node:internal/modules/cjs/loader:981:27)

at Module.require (node:internal/modules/cjs/loader:1231:19)

at require (node:internal/modules/helpers:177:18)

at Object. (/app/commands/lib.js:1:25)

at Module._compile (node:internal/modules/cjs/loader:1364:14)

at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

at Module.load (node:internal/modules/cjs/loader:1203:32)

at Module._load (node:internal/modules/cjs/loader:1019:12)

at Module.require (node:internal/modules/cjs/loader:1231:19) {

code: 'MODULENOTFOUND',

requireStack: [ '/app/commands/lib.js', '/app/commands/index.js', '/app/index.js' ]

}

Node.js v18.20.2

View Deploy details

> ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

2 Replies

a year ago

Please make sure your folder and filenames are the same locally as they are on GitHub.


Status changed to Solved railway[bot] 12 months ago


sergio3215HOBBY

a year ago

I fix this issue, maybe i was import an another files, and the visual studio no detected this one. Thanks