Skip to content
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?]: TS patch checksum inconsistency on different computers #6001

Closed
1 task
thorn0 opened this issue Dec 6, 2023 · 1 comment
Closed
1 task

[Bug?]: TS patch checksum inconsistency on different computers #6001

thorn0 opened this issue Dec 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@thorn0
Copy link
Contributor

thorn0 commented Dec 6, 2023

Self-service

  • I'd be willing to implement a fix

Describe the bug

Our project uses Yarn 4.0.2. On one of my computers with Windows 10, running yarn to install dependencies leads to a change in yarn.lock:

 "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>":
   version: 5.3.2
-  resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=29ae49"
+  resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=e012d7"
   bin:
     tsc: bin/tsc
     tsserver: bin/tsserver
-  checksum: c81b9bd20c6dbe90fa43e876c586021447f2b47baede9fa542b1f56715835c043e23b2eaf19c42c067cc6f5ae512bd9a9be28a67b3a1d9807f8c9cfb1269875e
+  checksum: 73c8bad74e732d93211c9d77f28b03307e2f5fc6a0afc73f4b783261ab567686a16d6ae958bdaef383a00be1b0b8c8b6741dd6ca3d13af4963fa7e47456d49c7
   languageName: node
   linkType: hard

However, this doesn't happen for my coworkers and on my other PC (Windows 10 too).

To reproduce

No idea how to reproduce, sorry.

Environment

System:
    OS: Windows 10 10.0.19045
    CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
  Binaries:
    Node: 20.10.0 - ~\AppData\Local\Temp\xfs-9c84ca9a\node.CMD
    Yarn: 4.0.2 - ~\AppData\Local\Temp\xfs-9c84ca9a\yarn.CMD
    npm: 10.2.3 - C:\Program Files\nodejs\npm.CMD

Additional context

See also #5575

@thorn0 thorn0 added the bug Something isn't working label Dec 6, 2023
@thorn0
Copy link
Contributor Author

thorn0 commented Dec 6, 2023

Oops. Now reproduces on the other PC too. I guess I just had to run yarn after updating to 4.0.2 and I didn't.

@thorn0 thorn0 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant