Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongodb dependency needs to be 1.4.29 or later for MongoDB 3.0.x #133

Closed
mblackstock opened this issue Oct 9, 2015 · 2 comments
Closed

Comments

@mblackstock
Copy link
Contributor

Using the mongodb node, authentication errors occur otherwise when 3.0.x database is configured with db authentication. Tested against mongolab sandbox running mongo 3.0.6

@knolleary
Copy link
Member

Fixed and republished to npm as 0.0.3

@kmoughon
Copy link

FYI for anyone else having problems, I had to update to an even later version, 2.1.4, to get it to connect to Mongo 3.2 with authentication. Mongo docs point to version 2.1.x+ as necessary for nodejs to work with Mongo 3.2+. https://docs.mongodb.org/ecosystem/drivers/node-js/.
I am using version 0.0.4 on a raspberry pi 2 on raspbian jessie.
pi@raspberrypi:/ $ sudo npm list -g mongodb
/usr/lib
âââ mongodb@2.1.4
ââ⬠node-red-node-mongodb@0.0.4
âââ mongodb@2.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants