What is the proper way of downgrading pnpm to an older version? I have currently the latest version 7+, while I need version 6.32. npm has a nice tools for it: volta or nvm, but haven't found anything for pnpm if it's intalled globally.
As indicated on this page https://pnpm.io/fr/uninstall you must delete the directory stored in the $PNPM_HOME environment variable. So type:
$PNPM_HOME
Then delete it with the following command on linux or macOs:
sudo rm -rf $PNPM_HOME
Or by deleting the folder directly with windows