Suchen Sie im npm-Modul mongodb:
..\node_modules\mongodb\node_modules\bson\ext\index.js
Pfad zur js-Version im catch-Block ändern:
bson = require('../build/Release/bson');
An:
bson = require('../browser_build/bson');
Oder Datei kopieren in:
..\node_modules\bson\build\Release\bson
Von:
..\node_modules\bson\browser_build\bson