Closed anhushree closed 3 years ago
After the command npm install, the npm start throws an error saying Cannot find module 'sequelize/types'.
npm install
npm start
Cannot find module 'sequelize/types'
Steps to reproduce the behavior:
Error: Cannot find module 'sequelize/types'
I expected the npm start command to start the server localhost://3000.
localhost://3000
@sourabhsingh282 could you please tell me what to do next? This happened when I tried to run the program locally
Describe the bug:
After the command
npm install
, thenpm start
throws an error sayingCannot find module 'sequelize/types'
.To Reproduce:
Steps to reproduce the behavior:
npm install
npm start
Error: Cannot find module 'sequelize/types'
Expected behavior:
I expected the
npm start
command to start the serverlocalhost://3000
.Screenshots: