This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 12
Jun 2018

I was install appium and all depend libs, but my terminal can’t found appium. When I write appium I get : -bash: appium: command not found. I also tried which appium and then I get nothing. I tried to find it with help cmd : ls -l /usr/local/bin/appium then I get output : lrwxr-xr-x 1 admin staff 71 Jun 22 17:47 /usr/local/bin/appium -> /Users/Hellengo/.npm-packages/lib/node_modules/appium/build/lib/main.js . How can I make that the terminal see the appium ?

  • created

    Jun '18
  • last reply

    Jun '18
  • 11

    replies

  • 2.8k

    views

  • 3

    users

  • 3

    links

Start from let us know - how you installed appium?

Hope with terminal command: npm install -g appium

When I was install appium, I used npm install - g appium

Then command: “appium” in terminal should start appium server. You should find path to appium with command: “which appium”.

it mean that installation of appium was not successful. try to uninstall and install again (and look at install logs)

wreed - sorry , but i cant check it right now.
Aleksei - I checked it by appium-doctor and everything is good, have you read my first post ?, my appium works fine, just my terminal couldnt find it (I dont know why, but it exists in another folder and appium-doctor too ), when I enter the folder where they exist and then execute it - everything is ok. And I was trying to uninstall appium and appium-doctor - it didnt help

If you installed appium GUI version then command line is not installed. And appium doctor does not check this. So you have 2 options:

  • install command line appium verion
    Or
  • as suggested before add PATH to installed appium folder

Some log:

+ appium@1.8.1
added 535 packages in 83.613s

then

npm -g list
/Users/Bohdan/.npm-packages/lib
├─┬ appium@1.8.1

but my terminal still cant find it , then i was trying set path but it didnt help me

Thanks for posting the solution. I’ll note that my link has references for fixing this in zsh.