2022-10-01 10:21:26 -05:00
---
id: setup-pnpm
2022-12-25 12:48:18 -05:00
title: 'pnpm'
2022-10-01 10:21:26 -05:00
---
### pnpm {#pnpm}
2022-11-19 02:33:58 -05:00
> This includes 6.x or higher series.
2022-10-01 10:21:26 -05:00
2022-12-25 12:48:18 -05:00
`pnpm` recognize by default the configuration at `.npmrc` and also the `--registry` value.
2022-10-01 10:21:26 -05:00
This means that you can follow the same commands described in [npm ](setup-npm.md ) replacing `npm` by `pnpm` .
2022-11-19 02:33:58 -05: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.