Syntax error on webdriver-manager 10.2.9

拜拜、爱过 提交于 2019-12-04 11:30:19

Why is this happening? Version 10.2.9 requires node 6 and since it did not follow semantic versioning / caused a big problem, it was unpublished from npm and 10.2.10 has been published. To read more about 10.2.10, see the changelog.

If you have encountered this issue, please remove the node_module/webdriver-manager and do a fresh npm install.

Yash Jagdale

You can downgrade webdriver version to 9.0 with this command:

npm install -g webdriver-manager@9.0
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!