码迷,mamicode.com
首页 > 其他好文 > 详细

node - DeprecationWarning: Mongoose: `findOneAndUpdate()` and `findOneAndDelete()` without the `use

时间:2019-12-08 01:22:53      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:html   https   war   blank   ocs   date()   follow   with   ofo   

       1,  原因是因为:findOneAndUpdate()内部会使用findAndModify驱动,驱动即将被废弃,所以弹出警告!附上官方解释:Mongoose v5.5.8: Deprecation Warnings


  2,  解决方法

   在使用mongose时全局设置

        mongoose.set(‘useFindAndModify‘, false)

 

node - DeprecationWarning: Mongoose: `findOneAndUpdate()` and `findOneAndDelete()` without the `use

标签:html   https   war   blank   ocs   date()   follow   with   ofo   

原文地址:https://www.cnblogs.com/500m/p/12004083.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!