-
Shlink web client version
SummaryI tried using docker-compose to run the source code. but I get ERROR info from Docker logs like below: It's seems there are some problem with NPM v7+ installs peerDependencies . Current behaviorcan't run the web-client Expected behaviorrun correctly How to reproduce1、download the source code |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I fixed this issue by modifying docker composite. yml. added param "--legacy-peer-deps" `version: '3' services: |
Beta Was this translation helpful? Give feedback.
-
Are you trying to use docker-compose to setup a development environment or a production environment? If it's the first one, the project includes its own docker-compose files, which take all this into consideration. Just follow the steps in contributing. If it's for production environment, don't use the project sources. There's an official |
Beta Was this translation helpful? Give feedback.
Are you trying to use docker-compose to setup a development environment or a production environment?
If it's the first one, the project includes its own docker-compose files, which take all this into consideration. Just follow the steps in contributing.
If it's for production environment, don't use the project sources. There's an official
shlink-web-client
docker image, which is production-ready and all dependencies are included https://shlink.io/documentation/shlink-web-client/installation/#docker-image