mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
3d158a195a
* chore: plugin search ui chore: progress chore: format code chore: progress chore: @verdaccio-ui/copy-clipboard chore: search finish * chore: ui-components * Update ToolList.tsx * xss protection * Update static-data.yml * Update AddonCard.tsx
11 lines
293 B
Markdown
11 lines
293 B
Markdown
---
|
|
id: setup-pnpm
|
|
title: 'pnpm'
|
|
---
|
|
|
|
### pnpm {#pnpm}
|
|
|
|
> This includes 4.x and 5.x 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`.
|