mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
docs: 📝 update docs about not support pm2 cluster mode
This commit is contained in:
parent
93aae05e63
commit
5e8b26893e
@ -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.
|
||||
|
||||
> Warning: Verdaccio current is not support PM2's cluster mode, run it with cluster mode may cause unknown behavior
|
||||
|
||||
#### 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.
|
||||
|
@ -18,6 +18,8 @@ or if you use `yarn`
|
||||
$ yarn add global verdaccio
|
||||
```
|
||||
|
||||
> Warning: Verdaccio current is not support PM2's cluster mode, run it with cluster mode may cause unknown behavior
|
||||
|
||||
## Commands
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user