senecajs / seneca-mongo-store

Node.js Seneca data storage plugin for MongoDB
MIT License
35 stars 42 forks source link

Does not work with latest versions of node.js #36

Closed aikssen closed 8 years ago

aikssen commented 8 years ago

Is not possible to get working this plugin with the latest versions of node.js It Was tested with v6.0.0 and v4.4.3 of node.js

mcdonnelldean commented 8 years ago

@aikssen I know for sure it won't work with 6 as we are testing that now. It should work with 4.x. There will be tests added soon to figure out the issues.

luhtonen commented 8 years ago

I was doing experiments with this plugin using latest Node.js version v6.3.1 and it's working. Plugin producing { Error: Cannot find module '../build/Release/bson' error because it is still using outdated dependencies, but I was able to insert data into Mongo and was able to query it from it.

mihaidma commented 8 years ago

The travis tests pass on Node 10, 12, 4, 5, 6 for both Seneca 1.x and 2.x. A passing full build on master: https://travis-ci.org/senecajs/seneca-mongo-store/builds/150052267

I'll close this, please reopen if issues persist.