-
Notifications
You must be signed in to change notification settings - Fork 5
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
On failure yarn gives no output but npm does #16
Comments
Workaround set this environment variable: SAUCECTL_INSTALL_BINARY=https://github.com/saucelabs/saucectl/releases/download/v0.102.0/saucectl_0.102.0_mac_arm64.tar.gz yarn The correct url can be found at https://github.com/saucelabs/saucectl/releases |
Hm. Wasn't able to reproduce this behavior (Apple M1 user here) 🤔 Here's me trying to get a version that doesn't exist:
Another attempt from a host that doesn't exist:
In both cases, And if I let it run its default course (without overriding the binary):
The above will install an |
I am also facing the same error when I am trying to install saucectl using npm from window environment , can you please suggest any workaround to install this package in window |
Expected Behavior
When the install fails on yarn it should return the output of the error.
Actual Behavior
In
yarn
the build does not show the error:With
npm
it will give more info:Steps to Reproduce the Problem
yarn
Specifications
The text was updated successfully, but these errors were encountered: