jmcdo29/ogma

[Bug]:Break after version change

zieglar opened this issue · 0 comments

Bug Report

Current behavior

Break on npm install after version change

Input Code

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: nest-starter@0.0.1
npm ERR! Found: @nestjs/platform-socket.io@8.0.6
npm ERR! node_modules/@nestjs/platform-socket.io
npm ERR!   @nestjs/platform-socket.io@"^8.0.6" from the root project
npm ERR!   peerOptional @nestjs/platform-socket.io@"^8.0.0" from @nestjs/websockets@8.0.6
npm ERR!   node_modules/@nestjs/websockets
npm ERR!     @nestjs/websockets@"^8.0.6" from the root project
npm ERR!     peer @nestjs/websockets@"^8.0.0" from @nestjs/platform-socket.io@8.0.6
npm ERR!     2 more (@nestjs/core, @nestjs/microservices)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/platform-socket.io@"^7.0.0" from @ogma/platform-socket.io@3.0.1
npm ERR! node_modules/@ogma/platform-socket.io
npm ERR!   @ogma/platform-socket.io@"^3.0.1" 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! See /Users/zieglar/.cache/node-v14.17.5/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/zieglar/.cache/node-v14.17.5/_logs/2021-09-13T04_19_14_358Z-debug.log

Expected behavior

Possible Solution

Environment


@ogma/nestjs-module version: 3.1.0

For Tooling issues:
- Node version: 14.17.5
- Platform:  Mac

Others: