Heroku support?
KDLDevelop opened this issue · 3 comments
Heroku docs say "Your application must run on Node.js 0.4.7." - (http://devcenter.heroku.com/articles/node-js)
Of course I get the following when I try to install on this version of Node:
verbose GET ironmq
verbose raw, before any munging ironmq
verbose url resolving [ 'http://registry.npmjs.org/', './ironmq' ]
verbose url resolved http://registry.npmjs.org/ironmq
npm ERR! Error: No compatible version found: ironmq
npm ERR! No valid targets found.
npm ERR! Perhaps not compatible with your version of node?
I can compile 0.4.x in a few and update...
On Jan 27, 2012 9:49 AM, "KDLDevelop" <
reply@reply.github.com>
wrote:
Heroku docs say "Your application must run on Node.js 0.4.7." - (
http://devcenter.heroku.com/articles/node-js)Of course I get the following when I try to install on this version of
Node:verbose GET ironmq
verbose raw, before any munging ironmq
verbose url resolving [ 'http://registry.npmjs.org/', './ironmq' ]
verbose url resolved http://registry.npmjs.org/ironmqnpm ERR! Error: No compatible version found: ironmq
npm ERR! No valid targets found.
npm ERR! Perhaps not compatible with your version of node?
Reply to this email directly or view it on GitHub:
#1
That would be awesome! Thanks.
Thanks again. Tested and works on Heroku!