mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
246 B
246 B
Global install
pnpm uses a "global package" to install the global dependencies. The global package is situated at ~/.pnpm.
In order to use globally installed packages as executables, you can add ~/.pnpm/node_modules/.bin to your PATH.