Posts

Showing posts with the label nestjs

Nest js cannot resolve dependencies. in Auth service

Nest js cannot resolve dependencies. in Auth service Nest can't resolve dependencies of the AuthService (?). Please verify whether [0] argument is available in the current context. Please find my project repository Nest-auth-test Error: Nest can't resolve dependencies of the AuthService (?). Please verify whether [0] argument is available in the current context. at Injector.lookupComponentInExports (/home/arpit/Documents/aquaapp/node_modules/@nestjs/core/injector/injector.js:129:19) at <anonymous> at process._tickCallback (internal/process/next_tick.js:182:7) at Function.Module.runMain (internal/modules/cjs/loader.js:697:11) at Object.<anonymous> (/home/arpit/Documents/aquaapp/node_modules/ts-node/src/_bin.ts:177:12) at Module._compile (internal/modules/cjs/loader.js:654:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10) at Module.load (internal/modules/cjs/loader.js:566:32) at tryModuleLoad (internal/mod...