Open elsticky opened 6 years ago
Is this Ubuntu ? I had similar issue and seems to be related to permissions on node_modules
directory in your workspace. Can you try to manually run webdriver-manager update
for the first time?
Yes this is Ubuntu. Running webdriver-manager update is no problem. I can even run my protractor tests when webdriver-manager is started but only when using the command 'protractor' and not when I use the command 'gulp protractor' (which uses gulp-protractor)
When trying to start my gulp task using gulp-protractor I get the following error:
When manually running 'protractor' from command line this one works but it seems it does not work when gulp-protractor is used. Also the webdriver-manager is started and already tried to update etc.