美文网首页
mongoose 连接错误

mongoose 连接错误

作者: lihao_李浩 | 来源:发表于2018-07-31 10:18 被阅读0次

    mongoose官方文档

    问题

    今天升级了mongoose版本 现版本:5.2.6
    但是会报一个错误:
    DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
    大概意思就是:当前URL字符串解析器已被弃用,将在将来的版本中删除。若要使用新的解析器,请将选项“{useNewUrlParser:true}”传递给MongoClient.connect

    image.png

    解决办法

    就按照提示加一个配置项
    切记:url格式mongodb://47.97.161.209:27017/test缺一不可 端口不可少 端口不可少 端口不可少

    image.png

    相关文章

      网友评论

          本文标题:mongoose 连接错误

          本文链接:https://www.haomeiwen.com/subject/cqycvftx.html