-
Notifications
You must be signed in to change notification settings - Fork 36
Node 6.0+ support is broken #51
Comments
Having the same issue here, it works on Node 5.0.0, but I'm getting "context$2$0.sent.cursor is not a function" on 6.0.0 |
same issue |
Root issue here is that _serverPromise is not set, which breaks the proxy generator here: Confirmed that the cursor issue above is fixed when changing that to remove |
That is not the only issue, however. As soon as I try to connect I get various errors about not being able to add This is a serious issue! |
So, it shouldn't work with nove 6+, right? |
Had a similar issue using Node 6.11.0 - I've found dropping then-mongo in place works for me, with a few minor changes (pretty much just imports) - it's also based off of mongojs |
Hello!
Promised-Mongo unfortunately does not work on Node 6.0 at all, while it works correctly in Node 4.X.
It keeps crashing on /promised-mongo/dist/Cursor.js:65
Saying that send.cursor is not a function. I am not sure if it is only your file or whole regenerator runtime is broken on 6.0 but as far as I know, you can use babel-plugin-transform-async-to-generator instead as generator methods are supported on 6.0.
The text was updated successfully, but these errors were encountered: