@UD
Step from npm:
- Download node from node. prefer v0.12.10 (because it works for me)
- check if npm is available or not in command prompt by executing
npm -v
. If you don’t see the version you need to set the env. var. - install it by executing
npm -g install appium
- After the process complete, run
appium -v
to check appium version - you can now run appium from command line with
appium
step from source:
- follow previous step 1-2 if not already
- clone the appium repo from command line at any place you wish and navigate to appium folder i.e.
cd appium
- Now run
npm install
on command prompt - if everything goes well you can run appium server in the current directry with command prompt as
node .