bwdbooks/nodejs-mongodb-angularjs-web-development

need package.json

Opened this issue · 1 comments

I have mongodb installed and trying to run chapter26 with command: node auth_server.js and I get error: Failed to load c++ bson extension, using pure JS version. I tried various option to upgrade/downgrade mongodb but could not get around the issue. Is it possible to include package.json in chapter26 first and later to other so I could run npm install and get all the correct version of required package.

Regards,

Praveen

It be good if you can include steps/ mongo script needed to let up locally before I can run this exercise.