diegodurli / flow-status-webpack-plugin

Run Flow Status on each Webpack build.
MIT License
98 stars 16 forks source link

Allow specification of flow binary location #5

Closed garetht closed 8 years ago

garetht commented 8 years ago

I was attempting to use this with the webpack-dev-server, but ran into this error, which I assume is caused by a complete lack of setup in sh, which I do not use: /bin/sh: flow: command not found. An option to specify where the flow binary can be found might help to solve the problem. This might also be helpful for people who do not have flow installed globally.

diegodurli commented 8 years ago

Hi @garetht! Thanks for your feedback on this.

I've pushed an update adding your request, allowing you to specify an external binary path. Please, let me know if it suits your needs.

diegodurli commented 8 years ago

I'm closing it for now, but let me know if it did not worked well for you!

garetht commented 8 years ago

@diegodurli Thanks for implementing this!