Hi
I am installing Appium 2.0 on Windows 11 but there is deprecation warning of inflight, rimraf & glob coming.
Please let us know how to install appium 2.0
Hi
I am installing Appium 2.0 on Windows 11 but there is deprecation warning of inflight, rimraf & glob coming.
Please let us know how to install appium 2.0
use this command first “npm install -g appium@next”
and then use this command “appium --version”
Thanks @Munishhh for the reply