Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

http://0.0.0.0:3000/ doesn't work (ERR_ADDRESS_INVALID) #112

Open
karlpatrickespiritu opened this issue Dec 1, 2016 · 2 comments
Open

Comments

@karlpatrickespiritu
Copy link

I'm using windows 7. After I figured out what's wrong with my installation (#109, #110), I ran npm run build:dev and I assume it was all good since..

Hash: e33d77cfa9cd8a705812
Version: webpack 1.12.14
Time: 36629ms
   Asset    Size  Chunks             Chunk Names
index.js  952 kB       0  [emitted]  main
   [0] multi main 28 bytes {0} [built]
    + 243 hidden modules

And then I ran npm start

$ npm start

> universal-react-boilerplate@3.0.0 start C:\Users\Private\Development\web\links\food-shop
> cross-env NODE_PATH=source babel-node devServer.js | bunyan

[2016-12-01T17:22:19.277Z]  INFO: Universal React Boilerplate/2148 on KarlEspiritu-PC: Listening at http://0.0.0.0:3000

But the browser tab opened with the url http://0.0.0.0:3000/ gave me a ERR_ADDRESS_INVALID response.

Did I miss something?

@ericelliott
Copy link
Contributor

Try http://localhost:3000/?

@ooade
Copy link

ooade commented Dec 16, 2016

@karlpatrickespiritu Install bunyan

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

No branches or pull requests

3 participants