Nest.js can't resolve dependencies
问题 I am trying to use ConfigService in my users.module.ts but I am getting an Error: Nest can't resolve dependencies of the UsersService (UserRepository, HttpService, ?). Please make sure that the argument ConfigService at index [2] is available in the UsersModule context. Potential solutions: If ConfigService is a provider, is it part of the current UsersModule? If ConfigService is exported from a separate @Module, is that module imported within UsersModule? I have imported the ConfigModule in