Skip to content

Instantly share code, notes, and snippets.

@dannymcc
Created October 28, 2011 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannymcc/1321937 to your computer and use it in GitHub Desktop.
Save dannymcc/1321937 to your computer and use it in GitHub Desktop.
dannymcclelland@macbookpro ~/projects/hubot[master]$ git push heroku master
Counting objects: 26, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (20/20), done.
Writing objects: 100% (21/21), 7.79 KiB, done.
Total 21 (delta 4), reused 3 (delta 0)
-----> Heroku receiving push
-----> Node.js app detected
-----> Fetching Node.js binaries
-----> Vendoring node 0.4.7
-----> Installing dependencies with npm 1.0.94
npm ERR! error installing hubot-scripts@1.1.3 Error: Unsupported
npm ERR! error installing hubot-scripts@1.1.3 at checkEngine (/tmp/node-npm-id9I/lib/install.js:493:14)
npm ERR! error installing hubot-scripts@1.1.3 at Array.0 (/tmp/node-npm-id9I/node_modules/slide/lib/bind-actor.js:15:8)
npm ERR! error installing hubot-scripts@1.1.3 at LOOP (/tmp/node-npm-id9I/node_modules/slide/lib/chain.js:15:13)
npm ERR! error installing hubot-scripts@1.1.3 at chain (/tmp/node-npm-id9I/node_modules/slide/lib/chain.js:20:4)
npm ERR! error installing hubot-scripts@1.1.3 at installOne_ (/tmp/node-npm-id9I/lib/install.js:471:3)
npm ERR! error installing hubot-scripts@1.1.3 at installOne (/tmp/node-npm-id9I/lib/install.js:411:3)
npm ERR! error installing hubot-scripts@1.1.3 at /tmp/node-npm-id9I/lib/install.js:347:9
npm ERR! error installing hubot-scripts@1.1.3 at /tmp/node-npm-id9I/node_modules/slide/lib/async-map.js:54:35
npm ERR! error installing hubot-scripts@1.1.3 at Array.forEach (native)
npm ERR! error installing hubot-scripts@1.1.3 at /tmp/node-npm-id9I/node_modules/slide/lib/async-map.js:54:11
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: wolfram@0.1.0
npm ERR! Required: {"node":"~v0.4.11"}
npm ERR! Actual: {"npm":"1.0.94","node":"0.4.7"}
npm ERR!
npm ERR! System Linux 2.6.32-316-ec2
npm ERR! command "/tmp/node-node-yzMD/bin/node" "/tmp/node-npm-id9I/cli.js" "install"
npm ERR! cwd /tmp/build_1uoc4clgd35os
npm ERR! node -v v0.4.7
npm ERR! npm -v 1.0.94
npm ERR! code ENOTSUP
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /tmp/build_1uoc4clgd35os/npm-debug.log
npm not ok
! Failed to install dependencies with npm
! Heroku push rejected, failed to compile Node.js app
To git@heroku.com:fierce-warrior-8426.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:fierce-warrior-8426.git'
@peterhellberg
Copy link

I’m getting the same problem.

@maletor
Copy link

maletor commented Oct 28, 2011

Same.

@peterhellberg
Copy link

It seems to be solved now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment