Open cdtut opened 8 months ago
PRs welcome.
FWIW I don't ever need to run corepack install
, Corepack would download the software when you need it (e.g. when you run corepack yarn install
), so you might not need it as well.
It is for preparing machines before you need it.
First time I run corepack install in a project it says
Adding yarn@version+sha256.....
to the cache. Future times it saysAdding yarn@version to the cache...
. It already was in cache so future times should say this and the version should include sha256 likeyarn@version+sha256..... already added