A progressive Node.js framework for building efficient and scalable server-side applications.
Reproduction repo to show a bug with event-emitter when using "useExisting" providers
$ npm install
# development
$ npm run start
#Send the REST call
#http://127.0.0.1:3000/test
#Scaffold project from the CLI
npx @nestjs/cli n --directory=. eventIssue
##Add event-emitter
npm install @nestjs/event-emitter
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.