1

When I try to check appium version with 'appium -v' I receive command not found. What can I do? I tried different options but it's not working

EdChum
  • 376,765
  • 198
  • 813
  • 562
abakunts
  • 25
  • 1
  • 3

2 Answers2

2

If you are on Mac OS try

appium --version

1

If you are on Windows, make sure to add npm to your path: C:...\AppData\Roaming\npm

You can check on how to do it here

If you are on Linux/Mac, then I suggest to renistall node/npm with Node Version Manager and then reinstall appium with npm install appium -g

dmle
  • 3,498
  • 1
  • 14
  • 22