Hi there,
I’m having issues with updating my npm, it showing multiple appium versions in my node modules and i am not sure how to keep only the latest one.
Hi there,
I’m having issues with updating my npm, it showing multiple appium versions in my node modules and i am not sure how to keep only the latest one.
You could always uninstall Appium from NPM then update and then only install the Appium version that you are currently using.
npm uninstall appium
May need flags like appium@next. You’ll have to explore that.