node.js - Failed to load c++ bson extension with windows -


i know has been asked many times still after installing mongoose on windows 8. don't see bson related in path:

node_modules\mongoose\node_modules\mongodb\node_modules  2015-03-31  07:08 pm    <dir>          . 2015-03-31  07:08 pm    <dir>          .. 2015-03-31  07:08 pm    <dir>          mongodb-core 2015-03-31  07:08 pm    <dir>          readable-stream 

am doing installation wrong?

this package.json:

{   "name": "chatapp",   "version": "0.0.0",   "private": true,   "scripts": {     "start": "node ./bin/www"   },   "dependencies": { "socket.io": "latest", "body-parser": "~1.12.0", "cookie-parser": "~1.3.4", "debug": "~2.1.1", "express": "~4.12.2", "jade": "~1.9.2", "morgan": "~1.5.1", "serve-favicon": "~2.2.0" }   } 


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -