mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Build: Upgrade all global deps in /scripts/dist/install-nodejs.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
1
scripts/dist/install-nodejs.sh
vendored
1
scripts/dist/install-nodejs.sh
vendored
@@ -18,5 +18,6 @@ curl -sL $SETUP_URL | bash -
|
||||
apt-get update && apt-get -qq install nodejs
|
||||
npm install --unsafe-perm=true --allow-root -g npm testcafe
|
||||
npm config set cache ~/.cache/npm
|
||||
npm update --unsafe-perm=true --allow-root -g
|
||||
|
||||
echo "Done."
|
||||
Reference in New Issue
Block a user