diff --git a/install.sh b/install.sh index 3d80ec3..96ea27f 100755 --- a/install.sh +++ b/install.sh @@ -197,11 +197,13 @@ fi if [ $toolsok == 'ok' ];then npm install + npm audit fix fi if [ $toolsok == 'ok' ];then cd src-local npm install + npm audit fix cd $wdir fi