0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/website/versioned_docs/version-6.x/setup-pnpm.md

16 lines
475 B
Markdown
Raw Normal View History

2023-10-10 11:54:30 -05:00
---
id: setup-pnpm
title: 'pnpm'
---
### pnpm {#pnpm}
2024-09-26 14:05:10 -05:00
> This includes 6.x or higher series.
2023-10-10 11:54:30 -05:00
`pnpm` recognize by default the configuration at `.npmrc` and also the `--registry` value.
This means that you can follow the same commands described in [npm](setup-npm.md) replacing `npm` by `pnpm`.
2024-09-26 14:05:10 -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.