You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to detect why a script does not work in my system (Windows 7) and found that the problem is related to node-phantom and phantomjs bin script. Namely, node-phantom cannot spawn PhantomJS when phantomPath option points to phantomjs bin script.
This can be fixed (quick and dirty) by changing the line to the following:
I tried to detect why a script does not work in my system (Windows 7) and found that the problem is related to
node-phantom
and phantomjs bin script. Namely,node-phantom
cannot spawn PhantomJS whenphantomPath
option points to phantomjs bin script.This can be fixed (quick and dirty) by changing the line to the following:
Is it possible to make some changes (maybe via checks and/or additional option) so that bin script can be used in Windows to run PhantomJS?
The text was updated successfully, but these errors were encountered: