-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Install Chromium driver #99
Comments
Perhaps |
I referred to this GitHub issue appium/appium#18006 where it is mentioned that I had to manually install the package So First i ran the command Though I am not sure why the error occured in first place itself. |
we should not need to globally install |
I ran into the same problem and there were no problems installing the other supported appium drivers. There's no mention in the documentation that you need to install |
@bliu13 what were the commands you used to install appium and this driver and what was the error output received |
Hi,
I have just installed Appium 2.0 on my MacBook where I am facing the issue of not being able to install appium-chromium-driver. I have the following system and appium version:
Appium 2.0.0-beta.71
Node v18.16.0
NPM 9.6.7
macOS Ventura 13.4
JDK 11.0.2
I was able to install all the other available drivers like XCUITest, Espresso, UiAutomator2 etc. but I am not able to install the appium-chromium-driver.
I have also tried installing the drivers with following commands directly:
appium driver install chromium
appium driver install --source git https://github.com/appium/appium-chromium-driver.git --package appium-chromium-driver
I also tried installing it via appium-installer utility plugin but it also throws the same error.
I get this error:
✖ Installing 'chromium' using NPM install spec 'appium-chromium-driver'
Error: ✖ Encountered an error when installing package: npm command 'install --save-dev --omit=peer --save-exact --global-style --no-package-lock appium-chromium-driver --json' failed with code 1.
When I run the command
appium driver ls
, then i get the result:2023-06-05T12_25_22_117Z-debug-0.log
Could you please look into this issue and provide some hint what might be causing this problem?
The text was updated successfully, but these errors were encountered: