Search code examples
appiumappium-android

Appium driver list command is not working on windows


If I type appium in the command line.It runs successfully

appium driver list doesn't list available drivers that I can add to my project.

Error message:

C:\Users\User\AppData\Roaming\npm\node_modules\appium\build\lib\main.js: error: unrecognized arguments: driver list


Solution

    • Try to update your Appium "npm install appium@next -g" but as of now it will download the beta version.
    • Then run the "appium driver list"

    enter image description here

    if you encountered error using the beta version please check this link for your reference.

    additional info