cobalt-uoft / cobalt

Open data APIs for interfacing with public information from the University of Toronto.
https://cobalt.qas.im
MIT License
98 stars 20 forks source link

DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead #81

Closed qasim closed 8 years ago

qasim commented 8 years ago
(node:2307) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library)
is deprecated, plug in your own promise library instead:
http://mongoosejs.com/docs/promises.html

Any suggestions?

arkon commented 8 years ago

You can just use global.Promise since you require at least Node 5.x anyway.