squareboat/nest-storage

Nestjs 8 suport

Closed this issue · 3 comments

npm ERR! Found: @nestjs/common@8.0.5
npm ERR! node_modules/@nestjs/common
npm ERR! @nestjs/common@"^8.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @nestjs/common@"^6.7.0 || ^7.0.0" from @squareboat/nest-storage@0.1.0
npm ERR! node_modules/@squareboat/nest-storage
npm ERR! @squareboat/nest-storage@"*" 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.

"peerDependencies": {
"@nestjs/common": "^6.7.0 || ^7.0.0",

looks like this will be addressed in the next release

"peerDependencies": {
"@nestjs/common": "^6.7.0 || ^7.0.0 || ^8.0.0",
"@nestjs/core": "^6.7.0 || ^7.0.0 || ^8.0.0"

🔥

Hello everyone, package support for NestJS 8 is already live on V0.1.1