Tue, December 24, 2019
2 min read
[Mongoose] (node:42424) 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. の解決方法
#mongodb#nodejs
Server Discovery and Monitoring の DeprecationWarning は useUnifiedTopology: true で解消できます。
read more →