Open jojoxd opened 5 years ago
It seems to only do this when using the clone-way of running verdaccio-gitlab. With a fresh CentOS install, on the same versions as the other server, I got it to work using the following;
mkdir /opt/verdaccio && cd /opt/verdaccio
yarn add verdaccio verdaccio-gitlab
using these steps (and ofcourse setting up the www-data user/group, nginx, systemd unit etc.) I got it to work.
Hi, when starting the service, I get the following error;
Node Version: v12.8.0 Yarn Version: 1.17.3 OS: CentOS 7
I am trying to run the service as a systemd service, and have tried running it as the user itself.
these are my configurations:
I have run the
yarn install
job manually, and am running on the v2.2.0 tag. (master does the same).The /run/verdaccio/verdaccio.sock is an upstream for nginx, which I have been using successfully with normal verdaccio for a long time.
Am I forgetting a configuration option or is this an actual bug?