I need help porting this plugin to Mongoose 5 https://github.com/janez89/mongoose-materialized
The plugin is probably not working due to mpromise being deprecated on Mongoose 5. getting error on running any method using mongoose schema
promise resolver undefined is not a function
However when I try replacing the mongoose.promise
, I can't figure out how to plug in the new promise resolver