sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

(node:1452) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/connections.html#use-mongo-client #213

Open nahidmbstu opened 6 years ago

nahidmbstu commented 6 years ago

when i try to start the server , it gives me this warning !!! how anyone help ?

Yogendra0Sharma commented 6 years ago

@nahidmbstu : Try to use mongoose.connect(process.env.MONGODB,{useMongoClient: true});