(node:2612) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

简介: (node:2612) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

(node:2612) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

虽然数据库连接成功 但是看着这警告有点不舒服

解决办法

只需要在在options中添加:useCreateIndex: true就可以解决此问题

哈哈哈哈哈 成功解决


相关文章
|
网络协议 MySQL 关系型数据库
When to use next() and return next() in Node.js
Some people always write return next() is to ensure that the execution stops after triggering the callback.
1014 1
|
JavaScript
use apt update nodejs on Ubuntu
Use n module from npm in order to upgrade node sudo npm cache clean -f sudo npm install -g n sudo n stable sudo ln -sf /usr/local/n/version...
966 0
|
2月前
|
JavaScript
NodeJs的安装
文章介绍了Node.js的安装步骤和如何创建第一个Node.js应用。包括从官网下载安装包、安装过程、验证安装是否成功,以及使用Node.js监听端口构建简单服务器的示例代码。
NodeJs的安装
|
1月前
|
JavaScript 开发工具 git
已安装nodejs但是安装hexo报错
已安装nodejs但是安装hexo报错
30 2
|
2月前
|
存储 JavaScript 前端开发
Node 版本控制工具 NVM 的安装和使用(Windows)
本文介绍了NVM(Node Version Manager)的Windows版本——NVM for Windows的安装和使用方法,包括如何安装Node.js的特定版本、列出已安装版本、切换使用不同版本的Node.js,以及其他常用命令,以实现在Windows系统上对Node.js版本的便捷管理。
Node 版本控制工具 NVM 的安装和使用(Windows)
|
1月前
|
Web App开发 JavaScript 前端开发
JavaWeb 22.Node.js_简介和安装
JavaWeb 22.Node.js_简介和安装