问题
今天升级了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
解决办法
就按照提示加一个配置项
切记:url格式mongodb://47.97.161.209:27017/test
缺一不可 端口不可少 端口不可少 端口不可少
网友评论