該項目通過我的github連接併成功建立,當我點擊「打開應用程序」我得到這樣的一個「應用程序錯誤」 ......麻煩部署到Heroku的(「應用程序錯誤」)
我的「日誌「在Heroku上的樣子:
Node.js app detected
Creating runtime environment
NPM_CONFIG_LOGLEVEL=error
NPM_CONFIG_PRODUCTION=true
NODE_VERBOSE=false
NODE_ENV=production
NODE_MODULES_CACHE=true
Installing binaries
engines.node (package.json): unspecified
engines.npm (package.json): unspecified (use default)
Resolving node version 6.x...
Downloading and installing node 6.11.2...
Using default npm version: 3.10.10
Restoring cache
Loading 2 from cacheDirectories (default):
- node_modules
- bower_components (not cached - skipping)
Building dependencies
Installing node modules (package.json)
Caching build
Clearing previous node cache
Saving 2 cacheDirectories (default):
- node_modules
- bower_components (nothing to cache)
Build succeeded!
Discovering process types
Procfile declares types -> (none)
Default types for buildpack -> web
Compressing...
Done: 42.5M
Launching...
Released v10
https://ken-neiheisel-studio.herokuapp.com/ deployed to Heroku
而且我的package.json
不知道到底是什麼問題?