-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to deploy my app #7
Comments
-----> Node.js app detected
-----> Installing binaries
-----> Restoring cache
error gatsby-node.js returned an error
npm ERR! code ELIFECYCLE
! Push rejected, failed to compile Node.js app. |
I'm getting the same error during circleCI build |
Hey Folks,
You are querying |
Makes sense, sorta confusing that the default template is set up this way. |
…udis-patch-1 Add userland statement
I am unable to deploy my app using Heroku with starter-gatsby-blog. When I am running the command git push heroku master, its not finishing and giving me following errors
TypeError: cannot read property "allContentfulBlogPost" of undefined
npm Error! code ELIFECYCLE
npm Error! errno 1
below is the log from Heroku
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/npmcache.6jsXf/_logs/2018-09-01T01_22_29_430Z-debug.log
-----> Build failed
! Push rejected, failed to compile Node.js app.
! Push failed
The text was updated successfully, but these errors were encountered: