sequelize/express-example

Setup not working

Aditya94A opened this issue · 1 comments

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

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

Let me know if you have any issues!