Standard Search
About 2 results
https://ayc0.github.io/posts/yarn-lock-how-to-update-it · 5 Sep 2021
Yarn comes with a lock file `yarn.lock` that isn’t made for human to edit it. But sometimes you need to do a specific edit in it (like dropping a specific package). This article highlights a few different ways to do so
https://ayc0.github.io/posts/yarn-lock-how-to-read-it · 27 Jul 2021
Yarn comes with a lock file `yarn.lock` that isn’t made for human to read it. But when using the tool, you sometimes need to go through it to be able to understand it (specially when reviewing PRs)