mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-17 07:45:52 +01:00
1.2 KiB
1.2 KiB
id | date | title |
---|---|---|
installation | 2017-07-10T23:36:56.503Z | Installation |
Verdaccio is a multiplatform web application, to install you need at least some prerequisites.
Requisitos previos
- Node higher than
- For version 2.x we support from 4.6.1
- For version 3.x we support as minimum 6.12.0
- npm >=3.x or yarn
Instalando el CLI
Verdaccio
se debe instalar globalmente usando la mas reciente
Usando npm
npm install -g verdaccio
o usando yarn
yarn global add verdaccio
Warning: Verdaccio current is not support PM2's cluster mode, run it with cluster mode may cause unknown behavior
Basic Usage
Once has been installed you only need to execute the CLI command.
$> verdaccio
warn --- config file - /home/.config/verdaccio/config.yaml
warn --- http address - http://localhost:5555/ - verdaccio/3.0.0
For more information about CLI please read the cli section.
Docker Image
verdaccio
has a official docker image you can use, in the most of cases is good enough just the default configuration, for more information about how to install the official image read the docker section.