在 Windows 7 积分系统上使用 mongodb3.0、节点 0.12.0、npm 2.5.1,我正在尝试将数据读写到我的数据库中,但我在 npm intsall 中有这个错误!
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version
我试图更换
bson = require('../build/Release/bson');
进入
bson = require('../browser_build/bson');
但我有这样的错误:
exports.BSON.BSON_BINARY_SUBTYPE_DEFAULT = 0 TypeError: Cannot set property 'BSON_BINARY_SUBTYPE_DEFAULT' of undefined
我正在使用和尚,anfd 我已经运行了 npm mongodb,npm Mongodb