You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression
[*] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
When installing I get this error
npm ERR! Found: @nestjs/common@9.1.5
npm ERR! node_modules/@nestjs/common
npm ERR! @nestjs/common@"^9.1.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^8.0.0" from @nestjs/azure-storage@3.0.0
npm ERR! node_modules/@nestjs/azure-storage
npm ERR! @nestjs/azure-storage@"^3.0.0" 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.
Expected behavior
It should install without any error. I think a pull request is already created to update this package's dependencies to nestjs latest version.
Environment
Nest version: 9.0.0
For Tooling issues:
- Node version: 16.18.0
- Platform: Windows
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
When installing I get this error
Expected behavior
It should install without any error. I think a pull request is already created to update this package's dependencies to nestjs latest version.
Environment
The text was updated successfully, but these errors were encountered: