kpfromer / nestjs-typegoose

Typegoose with NestJS
https://kpfromer.github.io/nestjs-typegoose/
MIT License
291 stars 71 forks source link

Not support new @nestjs/common 10 version #500

Open srdn25 opened 7 months ago

srdn25 commented 7 months ago

On install package npm i nestjs-typegoose got next error

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: nest-api@0.0.1
npm ERR! Found: @nestjs/common@10.3.1
npm ERR! node_modules/@nestjs/common
npm ERR!   @nestjs/common@"^10.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^6.10.1 || ^7.0.0" from nestjs-typegoose@7.1.38
npm ERR! node_modules/nestjs-typegoose
npm ERR!   nestjs-typegoose@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
kiknaio commented 6 months ago

Is anyone looking at it? 👀 I have exactly same issue

gterras commented 5 months ago

Is anyone looking at it? 👀 I have exactly same issue

This package hasn't been updated in years you can use https://github.com/GrapeoffJS/kindagoose which works very well.