With the release of Node.js 16.9.0 comes a new tool called Corepack. Corepack is described as a zero-runtime-dependency Node script that acts a bridge between Node projects and package managers like Yarn and Pnpm. Node.js comes with a package manager called NPM that gets installed with Node.
Full article