nestjs-stripe icon indicating copy to clipboard operation
nestjs-stripe copied to clipboard

package not able to install having conflict with @nestjs/[email protected]

Open codextech opened this issue 3 years ago • 0 comments

I am trying to install this package but it giving me this error:

image

Package.json file

"dependencies": {
   "@golevelup/nestjs-stripe": "^0.2.2",
   "@nestjs-modules/mailer": "^1.6.0",
   "@nestjs/common": "^7.0.0",
   "@nestjs/config": "^0.6.1",
   "@nestjs/core": "^7.0.0",
   "@nestjs/event-emitter": "^1.0.0",
   "@nestjs/jwt": "^7.2.0",
   "@nestjs/mapped-types": "^1.0.0",
   "@nestjs/mongoose": "^7.1.0",
   "@nestjs/passport": "^7.1.6",
   "@nestjs/platform-express": "^7.0.0",
   "@nestjs/platform-socket.io": "^8.2.0",
   "@nestjs/swagger": "^4.1.0",
   "@nestjs/websockets": "^8.2.0",
   "@types/bcrypt": "^3.0.0",
   "@types/mongoose-paginate-v2": "^1.3.8",
   "@types/passport-facebook": "^2.1.11",
   "aws-sdk": "^2.797.0",
   "bcrypt": "^5.0.0",
   "class-transformer": "^0.3.1",
   "class-validator": "^0.12.2",
   "googleapis": "^89.0.0",
   "handlebars": "^4.7.7",
   "hbs": "^4.1.2",
   "lodash": "^4.17.20",
   "messagebird": "^3.7.1",
   "moment": "^2.29.1",
   "mongoose": "^5.10.15",
   "mongoose-paginate-v2": "^1.3.11",
   "nodemailer": "^6.7.0",
   "passport": "^0.4.1",
   "passport-facebook": "^3.0.0",
   "passport-facebook-token": "^4.0.0",
   "passport-google-oauth20": "^2.0.0",
   "passport-jwt": "^4.0.0",
   "passport-local": "^1.0.0",
   "reflect-metadata": "^0.1.13",
   "request-context": "^2.0.0",
   "rimraf": "^3.0.2",
   "rxjs": "^6.5.4",
   "string-format": "^2.0.0",
   "string-format-ts": "^1.0.4",
   "stripe": "^8.194.0",
   "swagger-ui-express": "^4.1.6",
   "uniqid": "^5.4.0",
   "uuid": "^8.3.2"
 },

Looking for help, thank you.

codextech avatar Dec 19 '21 21:12 codextech