@@kusaerahmed Thank you for your reply. I have one request: if you have time, please make a video for it. Actually, I have searched a lot on TH-cam for how to deploy Uptime Kuma in VPS, install an SSL certificate, and use my website's subdomain, but I still haven't found a good video that explains it properly. I don't know how many users are still searching for this topic on TH-cam.
Can you help me? This error appears when I run the "npm run setup" command: > uptime-kuma@2.0.0-dev setup > git checkout 1.23.13 && npm ci --production && npm run download-dist error: Your local changes to the following files would be overwritten by checkout: package-lock.json Please commit your changes or stash them before you switch branches. Abortion
Very nice presentation, thank you. Will be trying this 👍🏻
My pleasure 😊
@@kusaerahmed Thank you for your reply. I have one request: if you have time, please make a video for it. Actually, I have searched a lot on TH-cam for how to deploy Uptime Kuma in VPS, install an SSL certificate, and use my website's subdomain, but I still haven't found a good video that explains it properly. I don't know how many users are still searching for this topic on TH-cam.
Can you help me? This error appears when I run the "npm run setup" command:
> uptime-kuma@2.0.0-dev setup
> git checkout 1.23.13 && npm ci --production && npm run download-dist
error: Your local changes to the following files would be overwritten by checkout:
package-lock.json
Please commit your changes or stash them before you switch branches.
Abortion
I solved it with this command: git checkout -f
Thanks!
You're welcome