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
[X] 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
I get errors installing this package using npm version 7
Expected behavior
Successful install
Minimal reproduction of the problem with instructions
Probably the issue here is that @nestjs/azure-storage is compatible with @nestjs/common (^6.0.0)
Using nest version 7.5.1 will enforce the usage of @nestjs/common (^7.0.0) which is not supported, yet by azure-storage.
This will be fixed after the dependencies upgrade.
I'm submitting a...
Current behavior
I get errors installing this package using npm version 7
Expected behavior
Successful install
Minimal reproduction of the problem with instructions
install npm version 7
npm -g i [email protected]
install package
npm i @nestjs/azure-storage
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: