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
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] mongoose-unique-validator
results in:
fixed by just choosing the version listed in
package.json
npm install [email protected] [email protected]
The text was updated successfully, but these errors were encountered: