使用mongodb数据库时报错[nodemon] app crashed - waiting for file changes before starting...
AccountModel.find().sort({time:-1}).exec((err,data)=>{if(err){res.status(500).send("读取失败~~~");return;}console.log(data);//响应成功res.render("list",{accounts:accounts});});在使用该代码片段读取数据库信息时候,报错原因是当前mongodb