I am referencing the sequelize.js documentation at: http://sequelizejs.com/documentation#migrations-the-binary
After running \'sequelize -V\', I receive:
<
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 .
./node_modules/.bin
npm bin
You can also do ls -laF node_modules/.bin to view where the links point to.
ls -laF node_modules/.bin
See this stack question for more