-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error while running the demo #1
Comments
I just ran |
Hi @stphnrdmr, Looks like I need to add those packages to As for your second error, I'm using Array.find which doesn't have great browser support yet, so I should probably polyfill that (or use something else). I'm using Chrome Canary 47 when testing this thing, which is admittedly rather bleeding edge. |
Fixed in |
Now everything works fine! Thank you for this awesome project 😄 |
I executed all the commands as described in the README but the bundle.js won't be generated, the browser shows
GET http://localhost:3000/static/bundle.js 404 (Not Found)
. I captured the output ofnpm start
in this gist. Do you have any idea what I'm doing wrong?The text was updated successfully, but these errors were encountered: