superscriptjs / superscript

A dialogue engine for creating chat bots
http://superscriptjs.com
MIT License
1.65k stars 209 forks source link

DeprecationWarning: Mongoose: mpromise #325

Closed hailiang-wang closed 7 years ago

hailiang-wang commented 7 years ago

mpromise is deprecated.

Expected Behavior

[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

Current Behavior

start app and get reply.

Possible Solution

Add below before connecting.

const mongoose = require('mongoose')
mongoose.Promise = global.Promise

Context

Your Environment

bensalilijames commented 7 years ago

Fixed in v1.0.6, thanks!