Closed ade closed 9 years ago
This fails if you have phantomjs installed globally which people do on their CI environment.
I see. Perhaps a solution using both is better?
I've updated my branch to only use the module's path property as a fallback.
The current lookup method fails to find phantomjs in some scenarios. PhantomJS exports a path property to its' binary which is better to use.