mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 14:39:19 +08:00
Update 🆙-How-to-Update.md
npm was warning to change `--production` to `--omit=dev` on the install section.
@@ -37,7 +37,7 @@ git fetch --all
|
||||
git checkout 1.18.5 --force
|
||||
|
||||
# Install dependencies and prebuilt
|
||||
npm install --production
|
||||
npm install --omit=dev
|
||||
npm run download-dist
|
||||
|
||||
# Restart
|
||||
|
Reference in New Issue
Block a user