1
0
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:
Meeeeow 2017-08-19 00:37:58 +08:00 committed by Juan Picado @jotadeveloper
parent 93aae05e63
commit 5e8b26893e
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
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.
> 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