-
Notifications
You must be signed in to change notification settings - Fork 254
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
⬆️ [email protected] for iojs support #110
Conversation
👍 |
1 similar comment
👍 |
please provide instructions on how to set up a working iojs env so I can test this.currently there seems to be no straight forward way to do this on osx that I can find. I need to test first before accepting the pull request. |
io.js should soon emerge in homebrew. There's already a PR: Homebrew/legacy-homebrew#35853 |
does not solve my node-gyp issues. I need to get to where I can do a node-gyp rebuild |
@christkv if you install iojs, running |
+1 |
Yah. Thanks. |
When can we expect a release of this fix? The sooner it's out, the better for modules that depend on js-bson and their compatibility with io.js. |
Would love a release, please. |
+1 |
it's been out awhile already |
ouch. Since installed io.js I've see this error on my current project { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-bson: Failed to load c++ bson extension, using pure JS version |
|
It looks like there are two issues pointing at each other that are both closed? I'm still getting this with the latest version of everything installed and rebuilt. |
I also still getting this with the latest version and iojs 1.6.x |
I am getting: [Error: Module did not self-register.] |
if you upgrade your io.js or node version you need to completely flush every npm module as the V8 C++ api's changed making every single native module binary incompatible. It's even worse with io.js as every possible minor upgrade might break. |
thanks, it works now |
HI, I reinstalled every module but I'm still getting this error { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-bson: Failed to load c++ bson extension, using pure JS version I'm on a Windows 7 32bit machine. Running iojs 1.6.2 and mongodb version 2.6.7 |
you need the whole tool chain to build this. Anyway that is a warning not a failure. It falls back to the pure js implementation of the parser. Just ignore it. |
still getting that message with [email protected] and [email protected]. js-bson: Failed to load c++ bson extension, using pure JS version
[Error: Module did not self-register.] What can i do? |
Hi, I encountered that I was using an outdated version of mongodb: Ididn't get noticed until I used |
@hectorfhurtado thank you, but i have already the newest 2.0.33 version installed. maybe this is an mac os issue!?? |
No description provided.