Run into this error when trying to set up node on Windows 10.
I have tried specifying the direct path via the command line arg and run into the same issue..
Ruby - 2.0 - Made sure to add to path during install
Config file has been edited correctly according to wiki.
Run into this error when trying to set up node on Windows 10. I have tried specifying the direct path via the command line arg and run into the same issue.. Ruby - 2.0 - Made sure to add to path during install Config file has been edited correctly according to wiki.
Any ideas?
Output below: C:\grinder\node>ruby grinder.rb --browser=IE
[+G+] Starting at 2017-03-10 15:43:44 [-G-] Failed to load the config file 'config'. [+G+] Finished at 2017-03-10 15:43:44 C:\grinder\node>
With absolute path: C:\grinder\node>ruby grinder.rb --config=c:\grinder\node\config.rb --browser=IE
[+G+] Starting at 2017-03-10 15:50:47 [-G-] Failed to load the config file 'c:\grinder\node\config.rb'. [+G+] Finished at 2017-03-10 15:50:47
C:\grinder\node>