(node:71307) [DEP0079] DeprecationWarning

前端 未结 8 1806
故里飘歌
故里飘歌 2021-01-17 21:11

Try to update MongoDB document Getting Deprecation Warning as

(node:71307) [DEP0079] DeprecationWarning: Custom inspection function on Objects via

8条回答
  •  难免孤独
    2021-01-17 21:33

    In order to not get the deprecation message you can upgrade to mongoose version 5.2.10 or later according to this Github mongoose issue and the set the following at a proper location in code:

    mongoose.set('useCreateIndex', true)
    

提交回复
热议问题