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 had the same issue after upgrade version of ubuntu to 16.04. I solved in this way, hope it helps.
$rm -rf node_modules $npm --save install bson $npm --save install mongoose $npm install