Open claym opened 9 years ago
Could you show us the result of these commands in your project directory?
$ node -v
$ npm -v
$ npm ls browser-sync
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
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
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