am following tutorials with mongoDB and nodejs, but it seems that mongoDB 3.0 isn't a stable version yet because I was blocked with this error since the bi=egining
C:\Node\nodetest1\node_modules\monk\node_modules\mongodb\node_modules\mongodb-c
re\node_modules\bson\ext\index.js:36
exports.BSON.BSON_BINARY_SUBTYPE_DEFAULT = 0;
^
TypeError: Cannot set property 'BSON_BINARY_SUBTYPE_DEFAULT' of undefined
at Object.<anonymous> (C:\Node\nodetest1\node_modules\monk\node_modules\mon
odb\node_modules\mongodb-core\node_modules\bson\ext\index.js:36:42)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at C:\Node\nodetest1\node_modules\monk\node_modules\mongodb\node_modules\mo
godb-core\node_modules\bson\lib\bson\index.js:42:19
at Array.forEach (native)
at Object.exports.native (C:\Node\nodetest1\node_modules\monk\node_modules\
ongodb\node_modules\mongodb-core\node_modules\bson\lib\bson\index.js:41:3)
npm ERR! Windows_NT 6.1.7600
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodej
\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v0.12.1
npm ERR! npm v2.5.1
npm ERR! code ELIFECYCLE
npm ERR! nodetest1@0.0.0 start: `node ./bin/www`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nodetest1@0.0.0 start script 'node ./bin/www'.
npm ERR! This is most likely a problem with the nodetest1 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./bin/www
npm ERR! You can get their info via:
npm ERR! npm owner ls nodetest1
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Node\nodetest1\npm-debug.log
and i didn't found the solution, so i decided to install mongoDB 2.6 or 2.4 but when i downloaded the zip file and run mongod it seems a missing libeay32.dll, i donloaded the file and copied it in the direcory of mongoDB but in vain! what should i do or do you have tutorial with mongoDB 3.0 in windows 7? Thanx for the help