Protractor 3.0 webdrive-manager not found
See original GitHub issueGulp-protractor cannot find the webdrive-manager.cmd when using protractor 3.0.
11:11:10] Using gulpfile d:\jenkins-1.616\jobs\upgrade-protractor\workspace\gulpfile.js
[11:11:10] Starting 'e2e'...
[11:11:10] Starting 'webdriver_update'...
events.js:85
throw er; // Unhandled 'error' event
^
Error: spawn d:\jenkins-1.616\jobs\upgrade-protractor\workspace\node_modules\protractor\bin\webdriver-manager.cmd ENOENT
at exports._errnoException (util.js:746:11)
at Process.ChildProcess._handle.onexit (child_process.js:1046:32)
at child_process.js:1137:20
at process._tickCallback (node.js:355:11)
at Function.Module.runMain (module.js:503:11)
at startup (node.js:129:16)
at node.js:814:3
Issue Analytics
- State:
- Created 8 years ago
- Comments:10
Top Results From Across the Web
Unable to use Protractor webdriver-manager - Stack Overflow
When that command is run, I get an error that says: 'webdriver-manager' is not recognized as an internal or external command, operable ...
Read more >protractor should be able to find webdriver-manager installed ...
About the issue you are facing , make sure that you are using webdriver-manager installed along with protractor and not a separate installation:....
Read more >webdriver-manager - Yarn
A selenium server and browser driver manager for your end to end tests. This is the same tool as webdriver-manager from the Protractor...
Read more >angular/protractor - Gitter
clean your npm cache and webdriver-manager and give it a try ... UnknownError: unknown error: [ng:test] no injector found for element argument to ......
Read more >grunt-protractor-runner - npm package - Snyk
Run webdriver-manager update to install/update selenium driver for global install protractor. Q: Error: Could not find chromedriver at.... You need to install/ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That is a different error… it is indicating that the selenium jar did not get downloaded. Did you run the
webdriver_update
task? You can add the selenium updater task to your gulpfile:I have the same problem.