Видалення
Видалення глобально встановлених пакетів
Before removing the pnpm CLI, it might make sense to remove all global packages that were installed by pnpm.
To list all the global packages, run pnpm ls -g
. There are two ways to remove the global packages:
- Run
pnpm rm -g <pkg>...
with each global package listed. - Run
pnpm root -g
to find the location of the global directory and remove it manually.