mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
docs: 📝 update docs about not support pm2 cluster mode
This commit is contained in:
parent
93aae05e63
commit
5e8b26893e
2 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,8 @@ $ npm set ca null
|
||||||
|
|
||||||
Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where your local packages will be listed and can be searched.
|
Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where your local packages will be listed and can be searched.
|
||||||
|
|
||||||
|
> Warning: Verdaccio current is not support PM2's cluster mode, run it with cluster mode may cause unknown behavior
|
||||||
|
|
||||||
#### Beta
|
#### Beta
|
||||||
|
|
||||||
If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses.
|
If you are an adventurous developer you can use and install the latest beta version, this is a non stable version, I'd recommend only use for testing purporses.
|
||||||
|
|
|
@ -18,6 +18,8 @@ or if you use `yarn`
|
||||||
$ yarn add global verdaccio
|
$ yarn add global verdaccio
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Warning: Verdaccio current is not support PM2's cluster mode, run it with cluster mode may cause unknown behavior
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue