https://www.reddit.com/r/node/comments/1ee8nkx/progress_on_versionmanagement_corepack_will_be/
Corepack will be removed from future versions of Node.js so want to move away from it. We currently use in Dockerfiles as package manager agnostic way of installing but we can simply conditionally install based on lockfile.
https://www.reddit.com/r/node/comments/1ee8nkx/progress_on_versionmanagement_corepack_will_be/
Corepack will be removed from future versions of Node.js so want to move away from it. We currently use in Dockerfiles as package manager agnostic way of installing but we can simply conditionally install based on lockfile.