rhythm98 / Food-Ordering-Application

MIT License
25 stars 25 forks source link

Error: Cannot find module 'sequelize/types' #18

Closed anhushree closed 3 years ago

anhushree commented 3 years ago

Describe the bug:

After the command npm install, the npm start throws an error saying Cannot find module 'sequelize/types'.

To Reproduce:

Steps to reproduce the behavior:

  1. Clone Repo
  2. npm install
  3. npm start
  4. Error: Cannot find module 'sequelize/types'

    Expected behavior:

    I expected the npm start command to start the server localhost://3000.

Screenshots:

image


anhushree commented 3 years ago

@sourabhsingh282 could you please tell me what to do next? This happened when I tried to run the program locally