Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
codextech opened this issue Dec 19, 2021 · 0 comments

Comments

@codextech
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant