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
Hello,
After installing @scalio-oss/nest-couchbase with the command line $ npm i @scalio-oss/nest-couchbase couchbase, I got this issue by running $ npm run start :
[19:14:07] Starting compilation in watch mode...
[19:14:09] Found 0 errors. Watching for file changes.
Debugger listening on ws://127.0.0.1:9229/039206f6-a852-418c-8431-5ca955179952
For help, see: https://nodejs.org/en/docs/inspector
Error: Cannot find module 'couchbase/lib/bucket'
Require stack:
/home/gautier/Documents/GLOTELHO PROJECTS/TESTS-PROJECTS/new.nestjs.structure.test-project/dist/main.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/home/gautier/Documents/GLOTELHO PROJECTS/TESTS-PROJECTS/new.nestjs.structure.test-project/node_modules/@scalio-oss/src/couchbase/couchbase.repository.mixin.ts:2:1)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
The text was updated successfully, but these errors were encountered:
Hello,
After installing @scalio-oss/nest-couchbase with the command line $ npm i @scalio-oss/nest-couchbase couchbase, I got this issue by running $ npm run start :
[19:14:07] Starting compilation in watch mode...
[19:14:09] Found 0 errors. Watching for file changes.
Debugger listening on ws://127.0.0.1:9229/039206f6-a852-418c-8431-5ca955179952
For help, see: https://nodejs.org/en/docs/inspector
Error: Cannot find module 'couchbase/lib/bucket'
Require stack:
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/home/gautier/Documents/GLOTELHO PROJECTS/TESTS-PROJECTS/new.nestjs.structure.test-project/node_modules/@scalio-oss/src/couchbase/couchbase.repository.mixin.ts:2:1)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
The text was updated successfully, but these errors were encountered: