sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 773 forks source link

Setup not working #72

Closed Aditya94A closed 4 years ago

Aditya94A commented 7 years ago

I'm on windows 10, node v6.11.3, npm v5.3.0

I get the following error

B:\Folder\dbtest>npm install --save sequelize sequelize-cli sqlite3
npm ERR! path B:\Folder\dbtest\node_modules\js-beautify\js\bin\html-beautify.js
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod 'B:\Folder\dbtest\node_modules\js-beautify\js\bin\html-beautify.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

while running the command npm install --save sequelize sequelize-cli sqlite3

papb commented 4 years ago

Sorry to take so long. I have updated this repo with a modern example, finally :tada:

Let me know if you have any issues!