alexscheelmeyer / node-phantom

bridge to PhantomJS from Node.js
317 stars 117 forks source link

Change default path to phantomjs #69

Closed mikach closed 11 years ago

mikach commented 11 years ago

Helps to prevent "spawn enoent" error in windows

alexscheelmeyer commented 11 years ago

Sorry, will not merge. This has been discussed before. I think expecting phantomjs to be in your path is a useful default.

If you would like to add the "which" dependency and use that you can simply pass that to node-phantom through the options-object in your own code.