jmcdo29 / testing-nestjs

A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
MIT License
2.88k stars 379 forks source link

npm install doesn't work #2009

Open SonderRill opened 4 months ago

SonderRill commented 4 months ago

Is there an existing issue for this?

Describe the bug

I cloned the main branch. Launched npm i and got a dependency conflict error image

Minimum reproduction code and/or steps to reproduce

npm i

Expected behavior

dependencies must be installed

In which operating systems have you tested?

Additional context

No response