Unable to use Protractor webdriver-manager

前端 未结 6 1781
北恋
北恋 2021-02-07 06:55

I am trying to start protractor on my local Windows development machine. In an attempt to do so, I am trying to start it from the command-line using the following command:

6条回答
  •  花落未央
    2021-02-07 07:38

    If you are a Windows user, this could help you:

    1. Add C:\Users\%username%\AppData\Roaming\npm to the PATH variable.

    2. Close cmd/powershell and open it again.

    3. Try webdriver-manager

提交回复
热议问题