Skip to content
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

ERR_EMPTY_RESPONSE #109

Open
coryhouse opened this issue Aug 11, 2017 · 5 comments
Open

ERR_EMPTY_RESPONSE #109

coryhouse opened this issue Aug 11, 2017 · 5 comments

Comments

@coryhouse
Copy link

I get an empty response after following the set up steps:

  1. npm install
  2. npm start
  3. Load localhost:8080

Am I missing something silly?

Node 8.2.1
npm 5.3.0
I'm on Macbook Pro Touchbar, latest OS updates.

@andrewngu
Copy link
Owner

strange, i have the same node / npm versions as you and it worked on a clean clone for me. try removing your node_modules folder and using yarn install instead of npm install.

@coryhouse
Copy link
Author

I've tried both npm and yarn. Deleted node_modules before each try. Stumped.

@MilanPavel
Copy link

I have the same issue, tried with both npm and yarn install. Any idea? (MacOS, Node 7.0.4, npm 4.0.5)

@MilanPavel
Copy link

There seems to be some problem with localhost on my Mac. As a workaround when using 127.0.0.1 in URL instead localhost and also updating webpack.config.js it works.

change in webpack.config.js:
output: {
publicPath: 'http://127.0.0.1:8080/'

@andrewngu
Copy link
Owner

Ah, that makes sense. Perhaps it's an mac osx setting that prevents binds on 0.0.0.0, which I used to test on a mobile device. Thanks for figuring it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants