cyclic dependency detected in mongoose + nodeJS cyclic dependency detected in mongoose + nodeJS mongoose mongoose

cyclic dependency detected in mongoose + nodeJS


Update your mongoose, this should solve your problem.


Adding this in the end of your hotel.schema.js file can help

HotelSchema.set('autoIndex', false);