When running the grunt task, I get the following message:
Running "nightwatch" task
>> Selenium is missing and now is downloading. If it fails, run this task with -
-force again.
Please wait ... Warning: fs is not defined Use --force to continue.
Aborted due to warnings.
It seems that in the new download helper one line is missing: var fs = require('fs');
When running the grunt task, I get the following message:
It seems that in the new download helper one line is missing:
var fs = require('fs');