npm --global deprecated

This commit is contained in:
Sam A. 2022-07-04 09:50:41 +02:00
parent b47baa2803
commit f0ff75787f
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ command -v flatpak >/dev/null 2>&1 \
&& { echo; flatpak update; } || true
command -v npm >/dev/null 2>&1 \
&& { echo; npm up -g; } || true
&& { echo; npm update --location=global; } || true
command -v rustup >/dev/null 2>&1 \
&& { echo; rustup update; } || true