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

npm Err! mongoose-unique-validator wants mongoose 6.0.0 #1

Open
TheJimFactor opened this issue Jan 22, 2022 · 0 comments
Open

npm Err! mongoose-unique-validator wants mongoose 6.0.0 #1

TheJimFactor opened this issue Jan 22, 2022 · 0 comments

Comments

@TheJimFactor
Copy link

npm install [email protected] mongoose-unique-validator

results in:

npm ERR! Could not resolve dependency:
npm ERR! peer mongoose@"^6.0.0" from [email protected]
npm ERR! node_modules/mongoose-unique-validator
npm ERR!   mongoose-unique-validator@"*" from the root project

fixed by just choosing the version listed in package.json

npm install [email protected] [email protected]

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