this library does not support Nestjs 10.0.0
xuegao-tzx opened this issue Β· 5 comments
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
this library does not support Nestjs 10.0.0
Minimum reproduction code
this library does not support Nestjs 10.0.0
Steps to reproduce
No response
Expected behavior
this library does not support Nestjs 10.0.0
Package version
9.2.2
NestJS version
10.0.0
Node.js version
18.16.0
In which operating systems have you tested?
- macOS
- Windows
- Linux
Other
this library does not support Nestjs 10.0.0
Hi @xuegao-tzx, check this out: https://github.com/nestjs/terminus/releases/tag/10.0.0-beta.0
In the meantime the final version is published, do this:
npm install @nestjs/terminus@10.0.0-beta.0
if you really want to try it out with NestJS v10 π
A word of advice, always wait a few days before updating to new versions so that all packages are compatible. NestJS v10 is out today so it takes a couple of days before everything is compatible. π
I hope i was helpful
Hi @xuegao-tzx, check this out: https://github.com/nestjs/terminus/releases/tag/10.0.0-beta.0
In the meantime the final version is published, do this:
npm install @nestjs/terminus@10.0.0-beta.0
if you really want to try it out with NestJS v10 π
A word of advice, always wait a few days before updating to new versions so that all packages are compatible. NestJS v10 is out today so it takes a couple of days before everything is compatible. π
I hope i was helpful
Unfortunately, the beta build does not help, because it declares now-outdated peer dependencies. Anyway, thank you for the advice to wait a couple of days π
CIAO@xuegao-tzx, dai un'occhiata a questo: https://github.com/nestjs/terminus/releases/tag/10.0.0-beta.0
Nel frattempo viene pubblicata la versione finale, procedere come segue:
npm install @nestjs/terminus@10.0.0-beta.0
se vuoi davvero provarlo con NestJS v10π
Un consiglio, aspetta sempre qualche giorno prima di aggiornare alle nuove versioni in modo che tutti i pacchetti siano compatibili. NestJS v10 Γ¨ uscito oggi, quindi ci vogliono un paio di giorni prima che tutto sia compatibile.π
Spero di essere stato d'aiutoSfortunatamente, la build beta non aiuta, perchΓ© dichiara dipendenze peer ormai obsolete . Comunque grazie per il consiglio di aspettare un paio di giorniπ
Yes it's true, I was convinced it already had the dependencies for v10, my mistake ππ», however you will see that the update will arrive soon π. It takes some patience. π
I am preparing the release, if everything goes according to plan I should be able to release in a couple of hours!
MikrOrm users might see a a legacy peer deps error when using npm install
. This is because @mikro-orm/nestjs
has not been updated to NestJS v10
mikro-orm/nestjs#122