SmileSmith / tiny-red-book

小红书数据抓取
MIT License
164 stars 35 forks source link

Error: Cannot find module './db' #1

Open orchestor opened 5 years ago

orchestor commented 5 years ago

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

module.js:471 throw err; ^

Error: Cannot find module './db'

SmileSmith commented 5 years ago

@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',
};