Thanks very much, I'll give that a shot!

On Wednesday, May 23, 2012 12:25:02 PM UTC-4, David Dollar wrote:
>
> 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  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
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

Reply via email to