2017-12-16 13:25:59 +01:00
---
id: installation
title: "Installation"
---
2017-08-29 07:52:43 +02:00
2018-03-15 18:57:42 +01:00
Verdaccio is a multiplatform web application. To install it, you need a few prerequisites.
2017-08-29 07:52:43 +02:00
#### Prerequisites
2018-01-06 23:04:02 +01:00
1. Node higher than
2018-03-15 18:57:42 +01:00
- For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version.
2018-05-31 10:32:46 +02:00
- For version `verdaccio@latest` Node `6.12.0` is the minimum supported version.
2018-01-20 23:00:45 +01:00
2. npm `>=3.x` or `yarn`
2018-03-15 18:57:42 +01:00
3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers.
2017-08-29 07:52:43 +02:00
## Installing the CLI
2018-03-15 18:57:42 +01:00
`verdaccio` must be installed globaly using either of the following methods:
2017-08-29 07:52:43 +02:00
2017-12-16 13:25:59 +01:00
Using `npm`
2017-08-29 07:52:43 +02:00
```bash
2017-10-23 20:39:50 +02:00
npm install -g verdaccio
2017-08-29 07:52:43 +02:00
```
2017-12-16 13:25:59 +01:00
or using `yarn`
2017-08-29 07:52:43 +02:00
```bash
yarn global add verdaccio
```
2018-05-08 21:08:56 +02:00
![install verdaccio ](/svg/install_verdaccio.gif )
2018-05-05 11:02:17 +02:00
2018-04-18 08:19:02 +02:00
2017-08-29 07:52:43 +02:00
## Basic Usage
2018-03-15 18:57:42 +01:00
Once it has been installed, you only need to execute the CLI command:
2017-08-29 07:52:43 +02:00
```bash
$> verdaccio
2018-01-06 23:04:02 +01:00
warn --- config file - /home/.config/verdaccio/config.yaml
2018-05-31 10:32:46 +02:00
warn --- http address - http://localhost:4873/ - verdaccio/3.0.1
2017-08-29 07:52:43 +02:00
```
2018-03-15 18:57:42 +01:00
For more information about the CLI, please [read the cli section ](cli.md ).
2017-08-29 07:52:43 +02:00
## Docker Image
2018-03-15 18:57:42 +01:00
`verdaccio` has an official docker image you can use, and in most cases, the default configuration is good enough. For more information about how to install the official image, [read the docker section ](docker.md ).
2018-08-22 22:49:51 +02:00
## Cloudron
`verdaccio` is also available as a 1-click install on [Cloudron ](https://cloudron.io )
[![Install ](https://cloudron.io/img/button.svg )](https://cloudron.io/button.html?app=org.eggertsson.verdaccio)