(node:20112) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
Tu tentou seguir a orientação da mensagem? Parece que é uma ação necessária devido à evolução natural dos componentes envolvidos.
Achei a referência desse warning aqui.
1 curtida
opa, vlw Lucas fucnionou aqui!
Ficou assim:
mongoose.connect(
'mongodb://localhost:27017/Hunt',
{ useNewUrlParser: true ,useUnifiedTopology: true,useCreateIndex: true});
1 curtida