[2017-11-20 00:03:41.784] [ERROR] console - (node:8472) DeprecationWarning: open() is deprecated in mongoose >= 4.11.0, use openUri() instead, or set the useMongoClient option if using connect() or createConnection(). See http://mongoosejs.com/docs/connections.html#use-mongo-client
[2017-11-20 00:03:41.789] [INFO] console - ------ Express server listening on port 3000 ------
[2017-11-20 00:03:41.834] [INFO] console - ------ Redis connection succeed ------
[2017-11-20 00:03:41.856] [INFO] console - ------ Mongodb connection succeed ------
C:\Users\Administrator\Desktop\m-mall-admin-master\m-mall-admin-master>cnpm start
[2017-11-20 00:03:41.784] [ERROR] console - (node:8472) DeprecationWarning:
open()
is deprecated in mongoose >= 4.11.0, useopenUri()
instead, or set theuseMongoClient
option if usingconnect()
orcreateConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-client [2017-11-20 00:03:41.789] [INFO] console - ------ Express server listening on port 3000 ------ [2017-11-20 00:03:41.834] [INFO] console - ------ Redis connection succeed ------ [2017-11-20 00:03:41.856] [INFO] console - ------ Mongodb connection succeed ------如上述Log~~ 我百度到的都是说要加{useMongoClient: true},然而我看db/mongo.js里面已经加了。。。