You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solutions aren't outdated. node-mongodb-native isn't in the package.json because node-mongodb-native is the github repo name, the npm package is mongodb.
Here's what mongoose uses internally to determine the version of the mongodb instance its talking to.
After taking a look on the links below it seems that the solution is outdated.
node-mongodb-native
is not available even inpackage.json
So anyone has a solution to get the installed mongodb version from mongoose ?
http://stackoverflow.com/questions/15311305/how-to-get-mongodb-version-from-mongoose
http://mongoosejs.com/docs/api.html#index_Mongoose-mongo
https://github.com/Automattic/mongoose/blob/master/package.json
The text was updated successfully, but these errors were encountered: