BrowserSync / browser-sync

Keep multiple browsers & devices in sync when building websites. https://browsersync.io
https://discord.gg/2d2xUThp
Apache License 2.0
12.18k stars 758 forks source link

Windows 8.1 - no data received #664

Open claym opened 9 years ago

claym commented 9 years ago

I'm trying to run this project: https://github.com/iam4x/isomorphic-flux-boilerplate

I just run npm install in a Windows SDK 7.1 Command Prompt (otherwise node-gyp fails to build) and it opens to 3002

C:\Learning\isomorphic-flux-boilerplate>npm run dev

> isomorphic-flux-boilerplate@0.2.0 dev C:\Learning\isomorphic-flux-boilerplate
> node --harmony ./webpack/dev-server.js

Time: 4122ms
                      Asset     Size  Chunks             Chunk Names
                1h0uCyf.eot  21.4 kB          [emitted]
                1b8EiXF.svg  72.4 kB          [emitted]
                2J_BsMc.ttf  45.3 kB          [emitted]
               3sk6Jfr.woff    25 kB          [emitted]
                V2d-uc_.png    49 kB          [emitted]
app-078e987500c0d7438ea8.js  4.89 MB       0  [emitted]  app
  1-dcbd4e3dd800a21f01e8.js   381 kB    1, 3  [emitted]
  2-cb52fcb3d7da8bb6b01e.js   376 kB    2, 4  [emitted]
  3-c65670473acb8e580e95.js  3.77 kB       3  [emitted]
  4-0170e24063f2c2cfaebb.js  3.81 kB       4  [emitted]
webpack: bundle is now VALID.
  koa blocked for 543ms +0ms
[BS] [info] Reloading Browsers...
  koa blocked for 421ms +0ms
[BS] Proxying: http://0.0.0.0:3000
[BS] Access URLs:
 --------------------------------------
       Local: http://localhost:3002
    External: http://192.168.2.157:3002
 --------------------------------------
          UI: http://localhost:3003
 UI External: http://192.168.2.157:3003
 --------------------------------------

Unfortunately nothing ever returns. If I hit localhost:3000, everything is fine, so the guys who build this particular project suggested I check with this project.

I ran this project in an Ubuntu and had no problem. I also tried different port ranges and had the same problem. It happens in Chrome, Firefox and IE11 so it doesn't look to be browser specific.

Any ideas? Here's the boilerplate issue for reference: https://github.com/iam4x/isomorphic-flux-boilerplate/issues/72

shinnn commented 9 years ago

Could you show us the result of these commands in your project directory?

$ node -v
$ npm -v
$ npm ls browser-sync
claym commented 9 years ago

I just noticed this when I came back to my PC this morning

  koa blocked for 10ms +11h
  koa blocked for 11ms +384ms
  koa blocked for 14ms +306ms

+11h? lol

Anyway those commands:

C:\Learning\isomorphic-flux-boilerplate>node -v v0.12.4

C:\Learning\isomorphic-flux-boilerplate>npm -v 2.10.1

C:\Learning\isomorphic-flux-boilerplate>npm ls browser-sync isomorphic-flux-boilerplate@0.2.0 C:\Learning\isomorphic-flux-boilerplate └── browser-sync@2.7.6