nestjs-packages / sqs

AWS SQS module for Nest framework (node.js) 👷
https://www.npmjs.com/package/@nestjs-packages/sqs
MIT License
75 stars 17 forks source link

Unable to install on latest Nest.js #461

Closed ahernandez2-godaddy closed 4 weeks ago

ahernandez2-godaddy commented 3 months ago

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: insights-api-nest@0.0.1 npm ERR! Found: @nestjs/common@10.3.9 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.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" from @nestjs-packages/sqs@1.0.2 npm ERR! node_modules/@nestjs-packages/sqs npm ERR! @nestjs-packages/sqs@"*" 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/ahernandez2/.npm/_logs/2024-06-26T16_44_59_392Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /Users/ahernandez2/.npm/_logs/2024-06-26T16_44_59_392Z-debug-0.log

ahernandez2-godaddy commented 3 months ago

can get around this with

"overrides": { "@nestjs-packages/sqs": { "@nestjs/core": "^10.0.0", "@nestjs/common": "^10.0.0" } } but unsure if safe

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.