diff --git a/subdomains/docs/_advanced/pnpm.md b/subdomains/docs/_advanced/pnpm.md index 62a85a7..ae96ce4 100644 --- a/subdomains/docs/_advanced/pnpm.md +++ b/subdomains/docs/_advanced/pnpm.md @@ -17,3 +17,7 @@ Currently, global installations (e.g. `pnpm install -g`) are not supported and w ### Migrating There is no automatic migration at the moment, so if you previously had `pnpm` installed as a Volta global, you will need to manually re-install it by calling `volta install pnpm`. Before enabling the support and doing the re-install, you may uninstall the previously installed `pnpm` package via `volta uninstall pnpm`. Once you switch to the native pnpm support, you may not remove the isolated old `pnpm` package by calling the same command because lack of uninstall implementation as of now. + +### Sometimes `volta uninstall pnpm` is necessary + +If you do `volta install pnpm` with an already installed volta node version, there is [a bug](https://github.com/volta-cli/volta/issues/1562): volta will select the wrong node version. To fix, run `volta uninstall pnpm`.