-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix yarn when running inside winpty #634
Conversation
This issue won't exist in https://github.com/yarnpkg/berry This is only related to yarn v1 |
Not sure if we should add some sort of conditional logic to the getScript's render function based on version of yarn. I also question the need for specifically running with |
No, you must use
At the very least I think you should add a check for Yarn 1 vs Yarn 2 (but only when |
As I suspected @arcanis :) |
Since yarn v2 is the only one with pnp? would it make sense for yarn v1 to use npx? |
I wouldn't recommend using |
I reverted lots of the changes and made it use a simpler approch |
see yarnpkg/yarn#2998 (comment)
fixes #627
fixes #635