I spent a week debugging a build issue
I spent a week debugging a build issue
Yeah, it was the cached dependencies, how did you guess?
6
comments
There are two hard problems in computer sciences. Cache invalidation, naming things and off by one errors.
26 0 ReplyUgh. When I can't solve something in a day the imposter syndrome starts breathing down my neck.
19 0 ReplyHahaaa the first thing you checked too? But didn’t realize it was that until way later? That’s me!
15 0 ReplyYup. I got our QA guy to help debug it and he was like "maybe just dont upgrade the dodgy dependency and delete your cache" lmfao yup fixed it
21 0 Reply
If something should work, but it doesn't, nuke all the caches before diving in the rabbit hole of debugging weird issues
8 0 ReplyWe literally have a "pnpm nuke" command to help us with that.
4 0 Reply
6
comments
Scroll to top