I am referencing the sequelize.js documentation at: http://sequelizejs.com/documentation#migrations-the-binary
After running 'sequelize -V', I receive:
$ sequelize -V
sequelize: command not found
I have searched online and cannot find any references on how to install the binary
The CLI has moved to sequelize-cli:
npm install -g sequelize-cli
https://github.com/sequelize/cli
If you install locally, there are links to binaries at ./node_modules/.bin . This path applies to all your local binaries, and you can output this on your CLI with npm bin .
You can also do ls -laF node_modules/.bin to view where the links point to.
See this stack question for more
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With