Hey there,
I am using corepack in my Javascript projects to manage the npm package manager. This is the preferred way to install package managers like yarn and pnpm, but it’s still marked experimental.
I can’t find a way to install corepack. It should be included in nodejs, from what I read in the corepack documentation. But it’s not included in the nodejs Fedora package. Installing it globally through npm does not work either.
I would like to suggest including it in the nodejs package, since that is what the corepack documenation states. If the experimental flag hinders that, it would help a lot if there was at least a separate package providing it.