I am getting the below error:
{ [Error: Cannot find module \'../build/Release/bson\'] code: \'MODULE_NOT_FOUND\' } js-bson: Failed to load c++ bson extens
I also had the same problem with bson.
trying a newer mongoose version
npm install mongoose@4.4
solved the issue.
Massimo.