I’m using Appium in my RN project. I’m not explicitly using the appium driver install
command. Instead, I have the driver installed in my devDependencies in my package.json file. The driver package is successfully installed in node_modules.
However, since I updated to Appium beta v2, it can’t find it. I’m getting the following error:
“Could not find a driver for automationName ‘windows’ and platformName ‘windows’. Have you installed a driver that supports those capabilities?”
Why can’t Appium find the package?