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
db.js — useNewUrlParser: true and useUnifiedTopology: true were removed in Mongoose 7. The template specifies mongoose: "^7.5.0" so these options will throw an error at runtime.