npmモジュールmongodbで検索:
.. \ node_modules \ mongodb \ node_modules \ bson \ ext \ index.js
catchブロックでパスをjsバージョンに変更します:
bson = require('../build/Release/bson');
宛先:
bson = require('../browser_build/bson');
または、次のファイルをコピーします:
.. \ node_modules \ bson \ build \ Release \ bson
差出人:
.. \ node_modules \ bson \ browser_build \ bson