The Node.js buildpack puts the bin directory of your node_modules into the path. If you put db-migrate into your package.json you should be able to run it with:
$ heroku run db-migrate ... On Wed, May 23, 2012 at 8:59 AM, Jeff Cole <[email protected]> wrote: > Has anyone tried running node db-migrate on Heroku? You can run node in > your environment with "heroku run node", but db-migrate is typically run > from command line using "npm install -g". > > https://github.com/nearinfinity/node-db-migrate > > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
