matthoiland / restful-api-demo

Code from the video titled "Building a RESTful API in 5 Minutes"
115 stars 45 forks source link

Can't run just by running npm install end node server #10

Open lucasdidur opened 6 years ago

lucasdidur commented 6 years ago

I got this error:

$ node server module.js:559 throw err; ^

Error: Cannot find module 'mongodb/node_modules/bson' at Function.Module._resolveFilename (module.js:557:15) at Function.Module._load (module.js:484:25) at Module.require (module.js:606:17) at require (internal/module.js:11:18) at Object. (C:\Users\Lucas\Desktop\restful-api-demo-master\node_m odules\mongoose\lib\drivers\node-mongodb-native\objectid.js:8:16) at Module._compile (module.js:662:30) at Object.Module._extensions..js (module.js:673:10) at Module.load (module.js:575:32) at tryModuleLoad (module.js:515:12) at Function.Module._load (module.js:507:3)