-
Notifications
You must be signed in to change notification settings - Fork 585
yargs URL in yarn-lock no longer accessible #298
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
Comments
This is actually caused by a transitive dependency. We specify
Modifications to The ideal solution here is probably to replace the usage of
The library itself is fairly small, and we could probably replace it with a small amount of code internally. The only function we use from this library is |
There is actually a solid chance we can simply replace these calls with To clarify, the full process would be:
|
Yeah I'd be willing to try that! |
The yarn-lock file currently specifies the yargs library to be accessed at its old git:// URL.
This protocol is no longer supported by git and can cause an inability to install dependencies
The text was updated successfully, but these errors were encountered: