Skip to content

Instantly share code, notes, and snippets.

@dannymcc
Created October 28, 2011 09:33
Show Gist options
  • Save dannymcc/1321960 to your computer and use it in GitHub Desktop.
Save dannymcc/1321960 to your computer and use it in GitHub Desktop.
dannymcclelland@macbookpro ~/projects/hubot[master]$ git push heroku master
Counting objects: 1450, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (601/601), done.
Writing objects: 100% (1450/1450), 171.36 KiB, done.
Total 1450 (delta 906), reused 1222 (delta 795)
-----> Heroku receiving push
-----> Node.js app detected
-----> Fetching Node.js binaries
-----> Vendoring node 0.4.7
-----> Installing dependencies with npm 1.0.94
> node-expat@1.4.0 install /tmp/build_1zsz7ngjh3179/node_modules/hubot/node_modules/node-xmpp/node_modules/node-expat
> node-waf configure build
> node-expat@1.4.0 install /tmp/build_1zsz7ngjh3179/node_modules/hubot/node_modules/wobot/node_modules/node-xmpp/node_modules/node-expat
> node-waf configure build
Checking for program g++ or c++ : /usr/bin/g++
Checking for program g++ or c++ : /usr/bin/g++
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-6EiT/lib/install.js:493:14)
npm ERR! error installing hubot-scripts@1.1.3 at Array.0 (/tmp/node-npm-6EiT/node_modules/slide/lib/bind-actor.js:15:8)
npm ERR! error installing hubot-scripts@1.1.3 at LOOP (/tmp/node-npm-6EiT/node_modules/slide/lib/chain.js:15:13)
npm ERR! error installing hubot-scripts@1.1.3 at chain (/tmp/node-npm-6EiT/node_modules/slide/lib/chain.js:20:4)
npm ERR! error installing hubot-scripts@1.1.3 at installOne_ (/tmp/node-npm-6EiT/lib/install.js:471:3)
npm ERR! error installing hubot-scripts@1.1.3 at installOne (/tmp/node-npm-6EiT/lib/install.js:411:3)
npm ERR! error installing hubot-scripts@1.1.3 at /tmp/node-npm-6EiT/lib/install.js:347:9
npm ERR! error installing hubot-scripts@1.1.3 at /tmp/node-npm-6EiT/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-6EiT/node_modules/slide/lib/async-map.js:54:11
npm ERR! error rolling back hubot-scripts@1.1.3 Error: ENOTEMPTY, Directory not empty '/tmp/build_1zsz7ngjh3179/node_modules/hubot-scripts'
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-vuuU/bin/node" "/tmp/node-npm-6EiT/cli.js" "install"
npm ERR! cwd /tmp/build_1zsz7ngjh3179
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_1zsz7ngjh3179/npm-debug.log
npm not ok
Checking for program cpp : /usr/bin/cpp
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for g++ : ok
Checking for node path : not found
Checking for node prefix : ok /tmp/node-node-vuuU
Checking for node path : not found
Checking for node prefix : ok /tmp/node-node-vuuU
Checking for header expat.h : Checking for header expat.h : yes
yes
'configure' finished successfully (5.082s)
'configure' finished successfully (5.079s)
Waf: Entering directory `/tmp/build_1zsz7ngjh3179/node_modules/hubot/node_modules/node-xmpp/node_modules/node-expat/build'
Waf: Entering directory `/tmp/build_1zsz7ngjh3179/node_modules/hubot/node_modules/wobot/node_modules/node-xmpp/node_modules/node-expat/build'
[1/2] cxx: node-expat.cc -> build/default/node-expat_1.o
[1/2] cxx: node-expat.cc -> build/default/node-expat_1.o
[2/2] cxx_link: build/default/node-expat_1.o -> build/default/node-expat.node
[2/2] cxx_link: build/default/node-expat_1.o -> build/default/node-expat.node
Waf: Leaving directory `/tmp/build_1zsz7ngjh3179/node_modules/hubot/node_modules/wobot/node_modules/node-xmpp/node_modules/node-expat/build'
'build' finished successfully (0.446s)
Waf: Leaving directory `/tmp/build_1zsz7ngjh3179/node_modules/hubot/node_modules/node-xmpp/node_modules/node-expat/build'
'build' finished successfully (0.453s)
! Failed to install dependencies with npm
! Heroku push rejected, failed to compile Node.js app
To git@heroku.com:simple-wind-7568.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:simple-wind-7568.git'
@jdjkelly
Copy link

I get this error too. Any ideas?

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