mirror of https://github.com/louislam/uptime-kuma
Update ๐-How-to-Update.md
npm was warning to change `--production` to `--omit=dev` on the install section.migrate-v1-to-v2
parent
330c24ef29
commit
555f51f52a
|
@ -37,7 +37,7 @@ git fetch --all
|
||||||
git checkout 1.18.5 --force
|
git checkout 1.18.5 --force
|
||||||
|
|
||||||
# Install dependencies and prebuilt
|
# Install dependencies and prebuilt
|
||||||
npm install --production
|
npm install --omit=dev
|
||||||
npm run download-dist
|
npm run download-dist
|
||||||
|
|
||||||
# Restart
|
# Restart
|
||||||
|
|
Loadingโฆ
Reference in New Issue