Git Product home page Git Product logo

Comments (3)

bitsofinfo avatar bitsofinfo commented on May 29, 2024

I get the same thing just trying the quick start method

    Nest can't resolve dependencies of the ApiTokenService (ConfigService, HttpService, ?). Please make sure that the argument winston at index [2] is available in the RootTestModule context.

    Potential solutions:
    - If winston is a provider, is it part of the current RootTestModule?
    - If winston is exported from a separate @Module, is that module imported within RootTestModule?
      @Module({
        imports: [ /* the Module containing winston */ ]
      })

from nest-winston.

gremo avatar gremo commented on May 29, 2024

Hi, are you able to setup a minimal github repo as an example?

from nest-winston.

a1rwulf avatar a1rwulf commented on May 29, 2024

Has anyone ever found a solution to this?
I'm seeing the same error using the samples of this project.
Using node 18.16.1

Reproduction:

git clone [email protected]:gremo/nest-winston.git
cd nest-winston/sample/replace-nest-logger-bootstrap
npm ci
npm run test:cov

Fails like this:

15:50 $ npm run test:cov

> [email protected] test:cov
> jest --coverage

 FAIL  src/app.controller.spec.ts
  AppController
    root
      ✕ should return "Hello World!" (12 ms)

  ● AppController › root › should return "Hello World!"

    Nest can't resolve dependencies of the AppController (AppService, ?). Please make sure that the argument Logger at index [1] is available in the RootTestModule context.

    Potential solutions:
    - If Logger is a provider, is it part of the current RootTestModule?
    - If Logger is exported from a separate @Module, is that module imported within RootTestModule?
      @Module({
        imports: [ /* the Module containing Logger */ ]
      })

      at Injector.lookupComponentInParentModules (../node_modules/@nestjs/core/injector/injector.js:188:19)
      at Injector.resolveComponentInstance (../node_modules/@nestjs/core/injector/injector.js:144:33)
      at resolveParam (../node_modules/@nestjs/core/injector/injector.js:98:38)
          at async Promise.all (index 1)
      at Injector.resolveConstructorParams (../node_modules/@nestjs/core/injector/injector.js:113:27)
      at Injector.loadInstance (../node_modules/@nestjs/core/injector/injector.js:46:9)
      at Injector.loadController (../node_modules/@nestjs/core/injector/injector.js:59:9)
          at async Promise.all (index 0)
      at InstanceLoader.createInstancesOfControllers (../node_modules/@nestjs/core/injector/instance-loader.js:52:9)
      at ../node_modules/@nestjs/core/injector/instance-loader.js:30:13

I also tried the quick-start and the replace-nest-logger sample and all fail in the very same way.
Any ideas how to resolve this?

from nest-winston.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.