0
Q:

DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.

mongoose.connect("mongodb://localhost:27017/YourDB", { useNewUrlParser: true });
6
MongoClient.connect("mongodb://localhost:27017/YourDB", { useNewUrlParser: true })
0
mongoose.connect("mongodb://localhost:27017/YourDB", { useNewUrlParser: true });
0

New to Communities?

Join the community