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
Asked
Active
Viewed 5,212 times
1
-
Which operating system are you using? How did you install it? – TheNavigat Apr 29 '19 at 11:16
2 Answers
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