mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-17 07:45:52 +01:00
5b862ea342
docs: New Crowdin translations (#726)
1.3 KiB
1.3 KiB
id | title |
---|---|
installation | Installation |
Verdaccio is a multiplatform web application. To install it, you need a few prerequisites.
最低要求:
- Node.js 版本
- For version
verdaccio@2.x
Nodev4.6.1
is the minimum supported version. - For version
verdaccio@latest
Node6.12.0
is the minimum supported version.
- For version
- npm
>=3.x
oryarn
- The web interface supports the
Chrome, Firefox, Edge, and IE9
browsers.
安装
verdaccio
must be installed globaly using either of the following methods:
使用 npm
npm install -g verdaccio
或使用 yarn
yarn global add verdaccio
基本使用
Once it 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:4873/ - verdaccio/3.0.1
For more information about the CLI, please read the cli section.
Docker 镜像
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.