-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Bug] running patch-commit
for a package that has a builtin patch fails
#4441
Comments
patch-commit
for a package that has a builtin patch now fails withpatch-commit
for a package that has a builtin patch fails
I can confirm this for typescript 4.8.4. yarn 3.2.3 with nodeLinker: node-modules |
I can confirm this for TypeScript 4.9.3 on Yarn 3.3.0 with I tried both |
Any fix to this? I was able to limp the patch command home (I think) by supplying the resolution stanza myself:
but nothing happens when I yarn install, because I think either the builtin-compat one is not being patched or it won't do multiple patches or something. I tried applying my patch to the patched zip, but I don't know how to calculate the checksup to cheat it home. I think that I can't use ts from a git repo because I'll need the yarn patches applied Any advice on how to arm-twist yarn into applying these changes welcome. |
More headbanging found a workaround.
This seems to have done the trick. |
Running
patch-commit
for a package that has a builtin patch now fails withOriginally posted by @merceyz in #4218 (comment)
The text was updated successfully, but these errors were encountered: