nodejs / corepack

Zero-runtime-dependency package acting as bridge between Node projects and their package managers
MIT License
2.31k stars 146 forks source link

corepack install output #423

Open cdtut opened 4 months ago

cdtut commented 4 months ago

First time I run corepack install in a project it says Adding yarn@version+sha256..... to the cache. Future times it says Adding yarn@version to the cache.... It already was in cache so future times should say this and the version should include sha256 like yarn@version+sha256..... already added

aduh95 commented 4 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.

cdtut commented 3 months ago

It is for preparing machines before you need it.