I have issue with installing Appium 2 in MAC!
Here what I did:
- I installed NPM
- In Mac Terminal executed it:
~ % sudo npm install -g [email protected]
BUT, unfortunately I got it:
`npm WARN deprecated [email protected]: Upgrade to typedoc >= 0.24 and remove typedoc-plugin-resolve-crossmodule-references from your dependencies
changed 422 packages in 42s
48 packages are looking for funding
run `npm fund` for details`
I tried to check if Appium anyway was been installed by command:
appium --version
and got it
zsh: command not found: appium
I really don’t know how I can install Appium 2 (I need second version) - thanks for help!