Closed hailiang-wang closed 7 years ago
mpromise is deprecated.
[2017-03-16 13:41:27.092] [ERROR] console - (node:55807) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoosejs.com/docs/promises.html
start app and get reply.
Add below before connecting.
const mongoose = require('mongoose') mongoose.Promise = global.Promise
Fixed in v1.0.6, thanks!
mpromise is deprecated.
Expected Behavior
Current Behavior
start app and get reply.
Possible Solution
Add below before connecting.
Context
Your Environment