nestjs-url-generator
nestjs-url-generator copied to clipboard
Support for NestJS v10
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: [email protected]
npm ERR! Found: @nestjs/[email protected]
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 [email protected]
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
Hey, any update on this ?