mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
15 lines
475 B
Markdown
15 lines
475 B
Markdown
---
|
|
id: setup-pnpm
|
|
title: 'pnpm'
|
|
---
|
|
|
|
### pnpm {#pnpm}
|
|
|
|
> This includes 6.x or higher series.
|
|
|
|
`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`.
|
|
|
|
## 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.
|