Windows: appium configuration through cmd line

Hi All,

Please help me with setting up appium through non-GUI.(i.e: with cmd line).
Any help is appreciated.

Thanks,
-Mani

Hi mani,

All you just need to install node.js from https://nodejs.org . After your successful installation of node, you’ll get npm(Node Packege manger). so with that hit those two commands one after other
: i) npm install -g appium ii) npm install wd.

Hope this helps…!!!

Thanks & Regards,
Bhaskar.

1 Like

Hi @bhaskar,

Thanks for replying.

Can i get any reference link or document,
while installing appium through npm install -g appium i am getting error “can’t unzip file”.

Thanks,
-Mani

By the way,
Which OS you’re currently working on?
Have a look at this http://appium.io/slate/en/master/?java#system-setup-(android).

Thanks & Regards,
Bhaskar.

1 Like

I’m working on windows 8 and my goal is to launch default browser in android.
i achieved it through appium.exe but now i am trying through cmd, which is new to me.