-
Notifications
You must be signed in to change notification settings - Fork 22
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
package should not use yarn
as transitive dep
#203
Comments
Very much related to #71 |
Just came across this, can we get a move on? It's pulling in yarn v1 which is frozen and really old at this point. |
@mshanemc @WillieRuemmele could you please have a look at this? Yarn is a quite heavy dependency (~5MB), so it would be nice to get rid of it. Happy to help if needed! |
I'm closing this issue for a couple of reasons:
|
It would be a correct assumption that all users have npm available to them, since it's included in node by default, and anyone disabling it intentionally would presumably be aware of the problems that would cause. |
@ljharb Yes
So our plan is to stick with yarn 1 and eventually to migrate to yarn (3 or 4). |
I am using
npm
but@oclif/plugin-plugins
always pulls in yarn, looks like it's a transitive dependencyapollo → @oclif/plugin-plugins → yarn
It should not require
yarn
This is where it's coming from -
plugin-plugins/src/plugins.ts
Line 12 in 716569c
I think it should not use
yarn
internally unless the user themselves isThe text was updated successfully, but these errors were encountered: