iangreenleaf / githubot

Github API access, tailored for Hubot
MIT License
106 stars 37 forks source link

Fails on Heroku - Node Version incompatible #2

Closed rcs closed 12 years ago

rcs commented 12 years ago

Heroku buildpack fails with:

   npm ERR! Not compatible with your version of node/npm: githubot@0.1.3
   npm ERR! Required: {"node":"~0.6.3"}
   npm ERR! Actual:   {"npm":"1.0.106","node":"0.4.7"}

Is 0.6.3 a hard requirement? Heroku only ships with 0.4.7 -- http://devcenter.heroku.com/articles/node-js#prerequisites

iangreenleaf commented 12 years ago

No, it's definitely not. I'm even testing 0.4 through Travis. I think npm init added the dependency when I set the project up, and I just forgot to remove it. Thanks for pointing this out - I'll try to tag and release a new version soon.

iangreenleaf commented 12 years ago

0.1.4 is out and should fix this. github/hubot-scripts#328 will update the hubot-scripts dependency. Thanks for the report.