angularAMD icon indicating copy to clipboard operation
angularAMD copied to clipboard

'node_modules\protractor\bin\webdriver-manager' is not recognized as an internal or external command,

Open mpiasta-ca opened this issue 11 years ago • 0 comments

$ grunt build
Running "bower:setup" (bower) task
>> Installed bower packages

Running "shell:webdriver-manager-update" (shell) task
>> 'node_modules\protractor\bin\webdriver-manager' is not recognized as an inter
nal or external command,
>> operable program or batch file.
Warning: Done, with errors. Use --force to continue.

Aborted due to warnings.

Needs to be node node_modules/protractor/bin/webdriver-manager update to work on Windows (prefix the cmd with node) on line 33 of Gruntfile.js.

mpiasta-ca avatar Oct 08 '14 20:10 mpiasta-ca