cjmling / findings

Notes on stuff i finds worth keeping for quick reference later on.
2 stars 0 forks source link

Nest can't resolve dependencies of the #304

Open cjmling opened 3 years ago

cjmling commented 3 years ago

There are two solution:

It should either be:

  1. In the providers of UsersModule
  2. In the exports of one module imported by UsersModule

https://stackoverflow.com/questions/50822301/nestjs-cannot-resolve-dependencies-of-the-usersmodule

SEO : Nest can't resolve dependencies of the