I am referencing the sequelize.js documentation at: http://sequelizejs.com/documentation#migrations-the-binary
After running \'sequelize -V\', I receive:
<
After installing sequelize.js via
npm install sequelize
The sequelize binary will be located in your node_modules/sequelize/bin folder. The sequelize binary can be accessed directly or by adding this folder to your environment.
Try "./your/path/node_modules/sequelize/bin/sequlize -V" to verify.