Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions subdomains/docs/_advanced/pnpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.