omnichannel-backend/backend-dev.err.log

37 lines
2.1 KiB
Plaintext
Raw Normal View History

node:internal/modules/cjs/loader:1424
throw err;
^
Error: Cannot find module './whatsapp.gateway'
Require stack:
- C:\Users\rafael.lopes\Projetos\DevelopmentSothis\omnichannel\backend\dist\modules\whatsapp\whatsapp.service.js
- C:\Users\rafael.lopes\Projetos\DevelopmentSothis\omnichannel\backend\dist\modules\whatsapp\whatsapp.module.js
- C:\Users\rafael.lopes\Projetos\DevelopmentSothis\omnichannel\backend\dist\app.module.js
- C:\Users\rafael.lopes\Projetos\DevelopmentSothis\omnichannel\backend\dist\main.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1421:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1059:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1064:22)
at Module._load (node:internal/modules/cjs/loader:1227:37)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1504:12)
at require (node:internal/modules/helpers:152:16)
at Object.<anonymous> (C:\Users\rafael.lopes\Projetos\DevelopmentSothis\omnichannel\backend\src\modules\whatsapp\whatsapp.service.ts:3:1)
at Module._compile (node:internal/modules/cjs/loader:1761:14)
at Object..js (node:internal/modules/cjs/loader:1893:10)
at Module.load (node:internal/modules/cjs/loader:1481:32)
at Module._load (node:internal/modules/cjs/loader:1300:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1504:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\\Users\\rafael.lopes\\Projetos\\DevelopmentSothis\\omnichannel\\backend\\dist\\modules\\whatsapp\\whatsapp.service.js',
'C:\\Users\\rafael.lopes\\Projetos\\DevelopmentSothis\\omnichannel\\backend\\dist\\modules\\whatsapp\\whatsapp.module.js',
'C:\\Users\\rafael.lopes\\Projetos\\DevelopmentSothis\\omnichannel\\backend\\dist\\app.module.js',
'C:\\Users\\rafael.lopes\\Projetos\\DevelopmentSothis\\omnichannel\\backend\\dist\\main.js'
]
}
Node.js v24.11.1