linnovate / mean

The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
http://mean.io
12.13k stars 3.45k forks source link

[nodemon] app crashed - waiting for file changes before starting... #1989

Closed MailingDelgadoMedina closed 4 years ago

MailingDelgadoMedina commented 4 years ago

image

GaeDLLD commented 4 years ago

Hi mate, did you install your module "sequelize" ? Use npm or yarn to do it ! And restart your app after...

MailingDelgadoMedina commented 4 years ago

Hi mate, did you install your module "sequelize" ? Use npm or yarn to do it ! And restart your app after...

It was install locally I runned npm install -g sequelize@4.43.0 and it worked. Thanks for the help. Be blessed.

GaeDLLD commented 4 years ago

Your welcome mate ! Don't forget to close this issue as resolved ;)

MailingDelgadoMedina commented 4 years ago

Resolved Thanks!