danawoodman / react-fontawesome

A React Font Awesome component.
https://www.npmjs.com/package/react-fontawesome
MIT License
667 stars 72 forks source link

Error: Not supported on windows #13

Closed aviadhahami closed 8 years ago

aviadhahami commented 8 years ago

Hi, I'm getting this when trying to install your module: image

Any suggestions?

danawoodman commented 8 years ago

Thanks for the report @aviadhahami. It seems that babel requires fsevents as a dependency and since the app runs a build step on prepublish (which is run when calling npm install), it calls this code.

I went ahead and removed the prepublish step so it should now work on windows. Download the latest version, v1.1.0 and report back if it works or not 😄