Hi Guys,
Until now, i still have no clear idea about how to upgrade appium. For exapmple, now i have installed the appium by node and the appium version is 1.4.12.
If i want to update to 1.4.13. What are the steps i need to perform on MAC ? Are the below step are correct ?
- npm uninstall -g appium
- npm install -g appium@latest
Or i just use below:
npm install -g appium@latest
Thanks in advance