Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Reproduction repo to show a bug with event-emitter when using "useExisting" providers

Installation

$ npm install

Running the app

# development
$ npm run start

#Send the REST call
#http://127.0.0.1:3000/test

Repo creation steps

#Scaffold project from the CLI
npx @nestjs/cli n --directory=. eventIssue

##Add event-emitter
npm install @nestjs/event-emitter

Stay in touch

License

Nest is MIT licensed.