ganesh ayyer
ganesh ayyer

Reputation: 13

Issue when running appium-doctor on cmd

I am new to Appium. I am facing issues while installing and running appium-doctor on cmd.

I followed below steps for installation -

  1. download and installed NodeJS
  2. installed appium using cmd. version Appium-windows-1.20.2 from GIT
  3. installed appium-doctor using cmd.

i see that npm and appium are installed property (Using npm -v and npm -appium i am getting their versions).

But when I try running appium-doctor -v I am seeing message - LIBERTY LIBERTY LIBERTY and cmd keeps on running showing weird values.

Can someone tell me what has gone wrong hereenter image description here

Upvotes: 1

Views: 3845

Answers (1)

SteevJobbs
SteevJobbs

Reputation: 120

Try reinstalling Appium Doctor using the command:

npm install appium-doctor -g

Upvotes: 1

Related Questions