I\'m trying to setup protractor on different computer. It is using the same files with my other computer (cannot be used because hdisc corrupted).
It run fine on my
In my case I had to run update + start
node node_modules/protractor/bin/webdriver-manager update --standalone --versions.standalone=3.8.0 node node_modules/protractor/bin/webdriver-manager start --standalone --versions.standalone=3.8.0
thank you