faceyspacey/redux-first-router-demo

installing on windows troubles

Closed this issue · 5 comments

yarn install logs:

[2/4] Fetching packages...
warning fsevents@1.1.1: The platform "win32" is incompatible with this module.
info "fsevents@1.1.1" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "stats-webpack-plugin@0.5.0" has incorrect peer dependency "webpack@^1.0||^2.1.0-beta||^2.2.0-rc".
warning "travis-github-status@1.4.0" has unmet peer dependency "flow-bin@".
warning "travis-github-status@1.4.0" has unmet peer dependency "jest@
".

What i'm missing?

i just pushed a few sconds ago a fix for the jest/flow-bin warnings.

The stats plugin is waiting for this PR to be merged:
unindented/stats-webpack-plugin#24

And the fsevents one ive been getting lately on OSX as well. Some package is importing it, and apparently it's not up to date, but there's very little I can do about it. It's just a warning--it should still be working for you right?

something on your computer is trying to access /socksjs/info ..that may be some other app on ur computer still running/polling.

but in general, the app is running if you're seeing those logs.

Yes it works, thanks 👍
Great job bro, keep it going :)

a new boilerplate just came out today. linked from the top of the redux-first-router homepage fyi. ..it's an easier place to start as it does far less.

https://github.com/faceyspacey/redux-first-router-boilerplate

just fyi