Closed Elinos closed 9 years ago
Thanks for opening an issue. That’s odd to say the least. Did you use the deploy button? or did you create the app via the command line and git push
manually?
I just used the button then to do a successful deploy, so at this stage I’m thinking it might just be Heroku having a senior moment. Have you tried running through this a second time (using a new app URL) to see if you can reproduce the issue?
Yes, I'm using deploy button. I've tried it one more time and it failed :( Here is the deploy log:
-----> 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): ~0.10.0
engines.npm (package.json): unspecified (use default)
Resolving node version ~0.10.0 via semver.io...
Downloading and installing node 0.10.40...
Using default npm version: 1.4.28
-----> Restoring cache
Skipping cache (new runtime signature)
-----> Building dependencies
Pruning any extraneous modules
Installing node modules (package.json)
> sqlite3@3.0.8 install /tmp/build_2a0f02d167a848f5754e0196a2717245/cobyism-ghost-on-heroku-f3f5247/node_modules/ghost/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build
[sqlite3] Success: "/tmp/build_2a0f02d167a848f5754e0196a2717245/cobyism-ghost-on-heroku-f3f5247/node_modules/ghost/node_modules/sqlite3/lib/binding/node-v11-linux-x64/node_sqlite3.node" is installed via remote
npm ERR! cb() never called!
npm ERR! not ok code 0
-----> Build failed
We're sorry this build is failing! You can troubleshoot common issues here:
https://devcenter.heroku.com/articles/troubleshooting-node-deploys
Some possible problems:
- This version of npm (1.4.28) has several known issues - consider upgrading to the latest release (2.14.3)
https://devcenter.heroku.com/articles/nodejs-support#specifying-an-npm-version
Love,
Heroku
! Push rejected, failed to compile Node.js app
Considering you’ve received two separate, very different results from deploying, I’m fairly sure this is just Heroku’s build process being inconsistent, rather than something that’s actually wrong with this project/repo. I’ve experienced times (as recently as last week) when I’ve had to try deploying something to Heroku three or four times before it built and launched successfully.
Until we can determine an issue is predictably reproducible, I’m afraid the best answer is simply to try it again :persevere:. If you end up being able to predictably reproduce a certain issue, please let us know, but until then I’m going to close this issue for now. Don’t let that stop conversation though!
I've deployed my app and everything seems to complete as expected. Here is the deploy log:
But when i go to my app webpage it just states "Heroku | Welcome to your new app!" and i can't access my blog admin panel?