sequelize / express-example

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

'sequenlize' is not recognized #63

Closed bhaumikpandhi closed 7 years ago

bhaumikpandhi commented 7 years ago

I've followed installation steps mentioned in README.md file.

But when I run command

sequelize init

it throws an error,

'sequenlize' is not recognized as an internal or external command, operable program or batch file.

bhaumikpandhi commented 7 years ago

I found the solution, installation steps shown in the current repository is for local sequelize installation, that's why command was not running from the root folder. I've installed sequelize globally and now I can run command.

Also, I've updated README.md file but I couldn't contribute that here because of some permission problem, I would like to contribute it here, I've added some more description about installation steps.