mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
#2743 adding --logLevel warn
This commit is contained in:
@@ -168,7 +168,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
# install
|
# install
|
||||||
echo "# Run: npm install"
|
echo "# Run: npm install"
|
||||||
export NG_CLI_ANALYTICS=false
|
export NG_CLI_ANALYTICS=false
|
||||||
sudo -u rtl npm install --only=prod
|
sudo -u rtl npm install --only=prod --logLevel warn
|
||||||
if ! [ $? -eq 0 ]; then
|
if ! [ $? -eq 0 ]; then
|
||||||
echo "# FAIL - npm install did not run correctly - deleting code and exit"
|
echo "# FAIL - npm install did not run correctly - deleting code and exit"
|
||||||
sudo rm -r /home/rtl/RTL
|
sudo rm -r /home/rtl/RTL
|
||||||
|
Reference in New Issue
Block a user