-
Notifications
You must be signed in to change notification settings - Fork 131
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
Default Heroku deploy using button (without changing anything) builds but fails when running app #41
Comments
rasmuszimmer
changed the title
Default deploy (without changing anything) fails
Default Heroku deploy using button (without changing anything) builds but fails when running app
May 10, 2016
Please see my PR #45, let me know if using |
I still got that error, here is my log:
|
I solved it by changing the script line in package.json from "server": "node start.js" to "start": "node start.js" However, since I'm new to this stuff I am not sure whether it is the right way to go about it. |
Closed by mistake. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi pheuter,
Great starter kit!
Clicking "Deploy to Heroku" from this repo deploys and builds fine, but accessing the actual application causes "an unexpected error". Looking at the logs from heroku it seems there is a syntax error around "import from", i.e., something regarding Babel is not configured properly for Heroku?
I'm pretty new to all this Babel/ES6/webpack/react stuff so maybe it is something I'm doing completely wrong. Thanks in advance!
The text was updated successfully, but these errors were encountered: