tiny-red-book icon indicating copy to clipboard operation
tiny-red-book copied to clipboard

Error: Cannot find module './db'

Open orchestor opened this issue 5 years ago • 1 comments

It seems need a db.js module. could you provide this?

module.js:471 throw err; ^

Error: Cannot find module './db'

orchestor avatar Feb 15 '19 08:02 orchestor

@orchestor

i'm sorry there is no some explanation

db.js module is your mongodb config info like below. and i gitignore this module bacause it has pwd info.:smile:

module.exports = {
  user: 'tinyredbook',
  pwd: 'xxxxxx',
  host: '127.0.0.1',
};

SmileSmith avatar Feb 18 '19 02:02 SmileSmith