AlexZeitler / mongoose-schema-reference-sample

Shows the usage of mongoose Schema referencing

Home Page:https://alexanderzeitler.com/articles/mongoose-referencing-schema-in-properties-and-arrays/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Cannot find module 'mongodb/node_modules/bson'

shrimank opened this issue · comments

module.js:538
throw err;
^

Error: Cannot find module 'mongodb/node_modules/bson'
at Function.Module._resolveFilename (module.js:536:15)
at Function.Module._load (module.js:466:25)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object. (/home/shrimank/workspace/SANDSTORM/demo/mongoose-schema-reference-sample/node_modules/mongoose/lib/drivers/node-mongodb-native/objectid.js:8:16)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)