ERESOLVE unable to resolve dependency tree
Closed this issue · 1 comments
kauandotnet commented
❯ node -v
v14.16.0
❯ npm -v
6.14.11
❯ nest update
▹▹▸▹▹ Installation in progress... ☕
Failed to execute command: npm update @nestjs/azure-func-http @nestjs/azure-storage @nestjs/common @nestjs/core @nestjs/jwt @nestjs/passport @nestjs/platform-express @nestjs/swagger @nestjs/typeorm
(node:4791) UnhandledPromiseRejectionWarning: undefined
(Use `node --trace-warnings ...` to show where the warning was created)
(node:4791) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:4791) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are
❯ npm update
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: project@0.1.1
npm ERR! Found: @nestjs/common@7.6.15
npm ERR! node_modules/@nestjs/common
npm ERR! @nestjs/common@"^7.6.15" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^6.5.3" from @crowdlinker/nestjs-mailer@0.0.3
npm ERR! node_modules/@crowdlinker/nestjs-mailer
npm ERR! @crowdlinker/nestjs-mailer@"0.0.3" 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 /home/dev/.npm/eresolve-report.txt for a full report.
prateekkathal commented
@kauandotnet Hello, thanks for reporting this. Please try upgrading to v0.1.0.
That should resolve the issue. Thanks 😄