Question
How can I use "c++ bson extension" for Mongodb (with Nodejs) on Ubuntu droplet?
Hi,
I just deployed an Node.js + ExpressJS + MongoDB on an Ubuntu droplet and, although locally everything works great, here I get this message:
[Error: /home/..username../..appname../node_modules/mongodb/node_modules/bson/build/Release/bson.node: invalid ELF header]
js-bson: Failed to load c++ bson extension, using pure JS version
Even after searching, I only got to this question, being related to DigitalOcean.
Haven’t found a way to use the bson extension yet, so any advice would be appreciated.
Thank you in advance,
Cosmin
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×