为了账号安全,请及时绑定邮箱和手机立即绑定

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.

运行出现这个警告

正在回答

1 回答

修改代码片段

mongoose.connect('地址',{useNewUrlParser:true},function(err){

    if(err){

        console.log('Connect error:' + err)

    }else{

        console.log('Connect success' )

    }

})

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
node建站攻略(二期)——网站升级
  • 参与学习       51964    人
  • 解答问题       408    个

帮助你深入前后端开发留下的迷惑,为进一步自学打下基础

进入课程

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.

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信