This is the error which is still being thrown when saving even after adding native promise.
(node:5604) DeprecationWarning: Mongoose: mpromise (mongoo
I have used bluebird for using promise with mongoose model functions node v6.9.4 :
mongoose.Promise = require('bluebird');