1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: update install docs

This commit is contained in:
Juan Picado 2024-09-27 06:45:27 +02:00
parent 24cc01e90e
commit 2f704a6445
2 changed files with 2 additions and 2 deletions

@ -7,7 +7,7 @@ Verdaccio is a Node.js private and proxy registry. To install it, you need a few
## Prerequisites {#prerequisites}
1. **Node.js** `v16` or higher.
1. **Node.js** `v18` or higher.
2. Your favorite Node Package Manager `npm`, `pnpm` or `yarn` (classic and modern).

@ -7,7 +7,7 @@ Verdaccio is a Node.js private and proxy registry. To install it, you need a few
## Prerequisites {#prerequisites}
1. **Node.js** `v14` or higher.
1. **Node.js** `v18` or higher.
2. Your favorite Node Package Manager `npm`, `pnpm` or `yarn` (classic and berry).