2016-06-14 4 views
0

«Ошибка приложения - произошла ошибка в приложении, и ваша страница не может быть служил Пожалуйста, повторите попытку через несколько минут Если вы владелец приложения , проверьте ваш.. журналы для деталей. "Ошибка приложения - Развертывание узла JS на Heroku

Привет ребята - получение этого после он успешно построен на Heroku

Из других нитей я собирающее это может быть что-то делать с зависимостями?

Мой код использует EJS, Express, Cheerio.

Package.json выглядит так: что я делаю неправильно? :)

{ 
    "name": "node-ejs", 
    "version": "1.0.0", 
    "description": "", 
    "main": "server.js", 
    "scripts": { 
    "test": "echo \"Error: no test specified\" && exit 1", 
    "start": "node server.js" 
    }, 
    "keywords": [ 
    "rainbow", 
    "awkward" 
    ], 
    "author": "dsddfb", 
    "license": "ISC", 
    "dependencies": { 
    "casperjs": "^1.1.1", 
    "cheerio": "^0.20.0", 
    "ejs": "^2.4.2", 
    "express": "^4.13.4", 
    "nodevine": "^1.0.1", 
    "phantomjs": "^2.1.7", 
    "request": "^2.72.0" 
    } 
} 

Мой фоновым/Server.js выглядит следующим образом:

var express = require('express'); 
var app = express(); 
var request = require('request'); 
var cheerio = require('cheerio'); 
app.set('view engine', 'ejs'); 

Мои журналы Heroku, кажется, не показывают много в пути ошибок. Тем не менее, существуют две линии. PhantomJS и что-то говорит об ошибке NPM Config.

-----> Node.js app detected 
-----> Creating runtime environment 

     NPM_CONFIG_LOGLEVEL=error 
     NPM_CONFIG_PRODUCTION=true 
     NODE_ENV=production 
     NODE_MODULES_CACHE=true 
-----> Installing binaries 
     engines.node (package.json): unspecified 
     engines.npm (package.json): unspecified (use default) 

     Resolving node version (latest stable) via semver.io... 
     Downloading and installing node 5.11.1... 
     Using default npm version: 3.8.6 
-----> Restoring cache 
     Skipping cache restore (new runtime signature) 
-----> Building dependencies 
     Prebuild detected (node_modules already exists) 
     Rebuilding any native modules 

     > [email protected] install /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs 
     > node install.js 

     PhantomJS not found on PATH 
     Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1//phantomjs-2.1.1-linux-x86_64.tar.bz2 
     Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 
     Receiving... 

     Received 22866K total. 
     Extracting tar contents (via spawned process) 
     Removing /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs/lib/phantom 
     Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1465892716753/phantomjs-2.1.1-linux-x86_64 
-> /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs/lib/phantom 
     Writing location.js file 
     Done. Phantomjs binary available at /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs/lib/phantom/bin/phantomjs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/casperjs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/cheerio 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/css-select 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/boolbase 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/css-what 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/domutils 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/dom-serializer 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/dom-serializer/node_modules/domelementtype 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/entities 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/domelementtype 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nth-check 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/htmlparser2 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/domhandler 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/htmlparser2/node_modules/entities 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/readable-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/core-util-is 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/inherits 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/isarray 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/string_decoder 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/cheerio/node_modules/lodash 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/ejs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/express 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/accepts 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/mime-types 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/mime-db 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/negotiator 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/array-flatten 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/content-disposition 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/content-type 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/cookie 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/cookie-signature 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/express/node_modules/debug 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/ms 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/depd 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/escape-html 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/etag 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/finalhandler 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/finalhandler/node_modules/debug 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/on-finished 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/ee-first 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/unpipe 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/fresh 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/merge-descriptors 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/methods 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/parseurl 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/path-to-regexp 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/proxy-addr 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/forwarded 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/ipaddr.js 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/express/node_modules/qs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/range-parser 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/send 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/send/node_modules/debug 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/destroy 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/http-errors 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/statuses 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/mime 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/serve-static 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/serve-static/node_modules/send 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/serve-static/node_modules/debug 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/type-is 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/media-typer 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/utils-merge 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vary 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/json-bigint 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/bignumber.js 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/querystring 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/request 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/aws-sign2 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/aws4 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/bl 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/readable-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/isarray 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/process-nextick-args 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/util-deprecate 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/caseless 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/combined-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/delayed-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/extend 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/forever-agent 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/form-data 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/async 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/form-data/node_modules/mime-types 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/har-validator 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/chalk 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/ansi-styles 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/escape-string-regexp 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/has-ansi 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/ansi-regex 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/strip-ansi 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/supports-color 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/commander 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/graceful-readlink 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/is-my-json-valid 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/generate-function 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/generate-object-property 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/is-property 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/jsonpointer 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/xtend 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/pinkie-promise 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/pinkie 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/hawk 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/boom 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/hoek 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/cryptiles 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/sntp 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/http-signature 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/assert-plus 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/jsprim 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/extsprintf 
     [email protected]2.2 /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/json-schema 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/verror 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/sshpk 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/sshpk/node_modules/asn1 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/sshpk/node_modules/assert-plus 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/dashdash 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/dashdash/node_modules/assert-plus 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/getpass 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/getpass/node_modules/assert-plus 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/is-typedarray 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/isstream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/json-stringify-safe 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/mime-types 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/node-uuid 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/oauth-sign 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nodevine/node_modules/qs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/stringstream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/tough-cookie 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/tunnel-agent 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/extract-zip 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/concat-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/concat-stream/node_modules/readable-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/concat-stream/node_modules/isarray 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/typedarray 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/debug 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/mkdirp 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/minimist 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/yauzl 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/fd-slicer 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/pend 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/fs-extra 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/graceful-fs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/jsonfile 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/klaw 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/path-is-absolute 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/rimraf 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/glob 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/inflight 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/once 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/wrappy 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/minimatch 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/brace-expansion 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/balanced-match 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/concat-map 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/hasha 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/is-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/kew 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/progress 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs/node_modules/request 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/aws-sign2 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs/node_modules/bl 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs/node_modules/readable-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs/node_modules/isarray 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/caseless 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/extend 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/har-validator 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/hawk 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/http-signature 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/http-signature/node_modules/assert-plus 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/phantomjs/node_modules/qs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/request-progress 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/throttleit 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/which 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/isexe 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/request 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/bl 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/bl/node_modules/readable-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/bl/node_modules/isarray 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/qs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/bluebird 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/request 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/aws-sign2 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/bl 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/readable-stream 
     [email protected].0.1 /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/isarray 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/caseless 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/extend 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/har-validator 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/har-validator/node_modules/bluebird 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/hawk 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/http-signature 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/asn1 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/assert-plus 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/ctype 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/mime-types 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/mime-db 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/twit/node_modules/qs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/colors 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/lodash 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/pkginfo 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/q 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/request 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/aws-sign 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/cookie-jar 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/forever-agent 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/form-data 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/async 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/combined-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/delayed-stream 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/mime 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/hawk 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/boom 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/hoek 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/cryptiles 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/sntp 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/http-signature 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/oauth-sign 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/qs 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/vineapple/node_modules/tunnel-agent 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/abab 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/acorn-globals 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/acorn 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/amdefine 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/casper 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/cssom 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/cssstyle 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/deep-is 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/ecc-jsbn 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/jsbn 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/estraverse 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/esutils 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/fast-levenshtein 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/jodid25519 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/jsdom 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/escodegen 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/esprima 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/optionator 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/levn 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/prelude-ls 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/type-check 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/wordwrap 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/nwmatcher 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/parse5 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/sax 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/symbol-tree 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/webidl-conversions 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/whatwg-url-compat 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/tr46 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/xml-name-validator 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/source-map 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300/node_modules/tweetnacl 
     Installing any new modules (package.json) 
     [email protected] /tmp/build_a9be1f008d6086e09ea0b623aaf6c300 
     ├── [email protected] extraneous 
     └── [email protected] 

-----> Caching build 
     Clearing previous node cache 
     Saving 2 cacheDirectories (default): 
     - node_modules 
     - bower_components (nothing to cache) 
-----> Build succeeded! 
     ├── [email protected] 
     ├── [email protected] 
     ├── [email protected] 
     ├── [email protected] 
     ├── [email protected] 
     ├── [email protected] 
     ├── [email protected] 
     ├── [email protected] 
     └── [email protected] 

-----> Discovering process types 
     Procfile declares types  -> (none) 
     Default types for buildpack -> web 
-----> Compressing... 
     Done: 46.6M 
-----> Launching... 
     Released v3 
     https://hidden-earth-83430.herokuapp.com/ deployed to Heroku 

ответ

0

Попробуйте указать версию узла в вашем package.json, как показано ниже, а затем попытаться развернуть на Heroku:

"scripts": { 
     "test": "echo \"Error: no test specified\" && exit 1", 
     "start": "node server.js" 
    }, 
    "engines": { 
     "node": "4.3.1" 
    } 
+0

Хммм ... повторно reployed в Heroku, но все тот же вопрос. Любые другие идеи? – NewbieAid

+0

Запуск журналов реального времени в одном CLI с использованием 'heroku logs -t --app ' И развертывание из другого CLI. Вы можете получить правильный журнал ошибок в реальном времени во время развертывания вашего приложения. Иногда журналы пропускаются. Проверьте, есть ли подробный журнал ошибок. –

Смежные вопросы