grunt-mocha-phantomjs icon indicating copy to clipboard operation
grunt-mocha-phantomjs copied to clipboard

PhantomJS path not handling spaces on Windows

Open KB1RMA opened this issue 8 years ago • 0 comments

I'm running into an issue using this on Windows. When I try to run the task I get:

λ grunt mocha_phantomjs                                           
Running "mocha_phantomjs:all" (mocha_phantomjs) task              
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.                                   

It looks like this is a known issue with Spawn and is detailed a bit here: https://github.com/baudehlo/node-phantom-simple/pull/142

KB1RMA avatar Feb 05 '17 19:02 KB1RMA