2022-10-01 17:21:26 +02:00
---
id: setup-pnpm
2022-12-25 18:48:18 +01:00
title: 'pnpm'
2022-10-01 17:21:26 +02:00
---
### pnpm {#pnpm}
2022-11-19 08:33:58 +01:00
> This includes 6.x or higher series.
2022-10-01 17:21:26 +02:00
2022-12-25 18:48:18 +01:00
`pnpm` recognize by default the configuration at `.npmrc` and also the `--registry` value.
2022-10-01 17:21:26 +02:00
This means that you can follow the same commands described in [npm ](setup-npm.md ) replacing `npm` by `pnpm` .
2022-11-19 08:33:58 +01:00
## Troubleshooting
The most of problems might be resolved with the [npm troubleshooting list ](setup-npm.md##troubleshooting ) since are highly compatible in most of the commands.