-----> Downloaded app package (12M)
Initialized empty Git repository in /tmp/buildpacks/heroku-buildpack-nodejs/.git/
cat: /tmp/staged/app/package.json: No such file or directory
cat: /tmp/staged/app/package.json: No such file or directory
-----> Resolving engine versions
WARNING: No version of Node.js specified in package.json, see:
Using Node.js version: 0.10.15
Using npm version: 1.2.30
-----> Fetching Node.js binaries
-----> Vendoring node into slug
-----> Installing dependencies with npm
npm ERR! install Couldn't read dependencies
npm ERR! Error: ENOENT, open '/tmp/staged/app/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR! or email it to:
npm ERR! System Linux 3.0.0-32-virtual
npm ERR! command "/tmp/node-node-PyHJ/bin/node" "/tmp/node-npm-FAYD/cli.js" "install" "--production"
npm ERR! cwd /tmp/staged/app
npm ERR! node -v v0.10.15
npm ERR! npm -v 1.2.30
npm ERR! path /tmp/staged/app/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /tmp/staged/app/npm-debug.log
npm ERR! not ok code 0
! Failed to install --production dependencies with npm
/var/vcap/packages/dea_next/buildpacks/lib/installer.rb:16:in `compile': Buildpack compilation step failed: (RuntimeError)
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:141:in `block in compile_with_timeout'
from /usr/lib/ruby/1.9.1/timeout.rb:68:in `timeout'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:140:in `compile_with_timeout'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:131:in `block in stage_application'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:127:in `chdir'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:127:in `stage_application'
from /var/vcap/packages/dea_next/buildpacks/bin/run:10:in `<main>'