Hi All,
I installed Appium 2.0 and tried to install the drivers as below to automate the connected devices.
- [email protected] [installed (NPM)] [Up to date]
- [email protected] [installed (NPM)] [Up to date]
- [email protected] [installed (NPM)] [Up to date]
- [email protected] [installed (NPM)] [Up to date]
- [email protected] [installed (NPM)] [Up to date]
- [email protected] [installed (NPM)] [Up to date]
- [email protected] [installed (NPM)] [Up to date]
- [email protected] [installed (NPM)] [Up to date]
- [email protected] [installed (NPM)] [Up to date]
But after trying to install the driver for LG webOS . the install was successful D. But afterwards Appium is not working and shows the below error.
Fatal Error: Could not parse version to test against: '0’
at NPM.getLatestSafeUpgradeFromVersions (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/support/lib/npm.js:166:15)
at NPM.getLatestSafeUpgradeVersion (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/support/lib/npm.js:129:19)
at DriverCommand.checkForExtensionUpdate (/opt/homebrew/lib/node_modules/appium/lib/cli/extension-command.js:581:22)
at /opt/homebrew/lib/node_modules/appium/lib/cli/extension-command.js:131:25
at spinWith (/opt/homebrew/lib/node_modules/appium/lib/cli/utils.js:41:12)
at DriverCommand.list (/opt/homebrew/lib/node_modules/appium/lib/cli/extension-command.js:121:5)
at DriverConfig.getListData (/opt/homebrew/lib/node_modules/appium/lib/extension/extension-config.js:244:22)
at DriverConfig.getGenericConfigWarnings (/opt/homebrew/lib/node_modules/appium/lib/extension/extension-config.js:315:24)
Please let me know how to resolve this fatal error.Being blocked due to this.
I tried all possible ways to resolve the same like uninstall the node from homebrew. Uninstal/Install homebrew and installing node/npm again.But no luck.
Note : From terminal i am trying to launch Appium and all the drivers are installed from cli only.