Since corepack is being phased out starting in node@25, it would be great if fnm could manage both the node version and the package manager (for example pnpm) in order to replace corepack.
Ideally both package.json#packageManager as well as package.json#devEngines.packageManger should be read by fnm.
Since corepack is being phased out starting in node@25, it would be great if fnm could manage both the node version and the package manager (for example pnpm) in order to replace corepack.
Ideally both
package.json#packageManageras well aspackage.json#devEngines.packageMangershould be read by fnm.