Zoals hier vermeld https://github.com/Automattic/mongoose/issues/ 4291#issuecomment-230312093
een tijdelijke oplossing is om mongoose.Promise = global.Promise;
. te gebruiken voor de verbinding:
mongoose.Promise = global.Promise; // ADD THIS
mongoose.connect('localhost:27017/mydb');