Hello,
Does anyone know how to completely uninstall everything related to Appium? Currently I have node,NPM, and Appium installed.
When I try to uninstall NPM I get the following:
>[@<version> [<name>[@<version>] ...]
npm ERR! npm rm <name>[@<version> [<name>[@<version>] ...]
npm ERR! not ok code 0
I would like to start fresh and reinstall everything I need.
Thanks
James