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
When not using a system path for PhantomJS, the process env. path is
appended to include the PhantomJS directory from the node dependencies.
However, this path concatenation uses colon, which works on *nix and mac
machines, but not on Windows. Windows requires path concatenation with
semi-colon.
The text was updated successfully, but these errors were encountered:
When not using a system path for PhantomJS, the process env. path is
appended to include the PhantomJS directory from the node dependencies.
However, this path concatenation uses colon, which works on *nix and mac
machines, but not on Windows. Windows requires path concatenation with
semi-colon.
The text was updated successfully, but these errors were encountered: