node.js - How to find the nodejs driver version? -


this question has answer here:

hi everyone? i'm new on mongolab, , have database connected sandbox plan mongodb 3.2 version. i'm getting warning message upgrade mongodb 3.4 soon. after looking deep compatibilities changes needed (https://docs.mongodb.com/manual/release-notes/3.4-compatibility/), find out need make sure node js driver version i'm using suitable mongodb 3.4. according doc https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#node-js-driver-compatibility, nodejs driver need 2.2.12. know how check nodejs driver version in nodejs app.

check package.json file. depending on package you're using, might be:

  • mongoose
  • mongodb
  • or of these

Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -