We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I started express.js server with io.js, I got below error. I'm started with OSX.
js-bson: Failed to load c++ bson extension, using pure JS version Failed to load c++ bson extension, using pure JS version
Another feature works fine. 👍
The text was updated successfully, but these errors were encountered:
That looks like a warning from mongoose. Have you tried running npm rebuild to rebuild your native add ons?
mongoose
npm rebuild
Sorry, something went wrong.
npm rebuild works for me, thanks.
some native addons will have to wait for a [email protected] release and update to get working on iojs, see nodejs/nan#216, coming soon
No branches or pull requests
When I started express.js server with io.js, I got below error.
I'm started with OSX.
Another feature works fine. 👍
The text was updated successfully, but these errors were encountered: