vh13294 / nestjs-url-generator

Dynamically generating & signing URL based on controller method reference.
MIT License
44 stars 17 forks source link

Support for NestJS v10 #16

Open tumainimosha opened 1 year ago

tumainimosha commented 1 year ago

Had an issue to upgrade to NestJS 10

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: api@0.0.1
npm ERR! Found: @nestjs/common@10.2.4
npm ERR! node_modules/@nestjs/common
npm ERR!   @nestjs/common@"^10.2.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^9.2.0" from nestjs-url-generator@1.0.2
npm ERR! node_modules/nestjs-url-generator
npm ERR!   nestjs-url-generator@"1.0.2" 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.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /Users/tumaini/.npm/_logs/2023-09-09T15_02_52_732Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/tumaini/.npm/_logs/2023-09-09T15_02_52_732Z-debug-0.log

Add new release to support NestJS 10

guillaumeboussion commented 2 months ago

Hey, any update on this ?