fix docker install nodejs script

obj-track-as-separate-option
Moe 2023-11-01 09:35:28 -07:00
parent 045dfffaf7
commit fa12f4bab8
1 changed files with 1 additions and 3 deletions

View File

@ -15,11 +15,9 @@ else
fi
if [ -x "$(command -v npm)" ]; then
echo "NPM NOT FOUND!"
else
echo "NPM detected. Version : $(npm -v)"
npm i npm@latest -g
npm install --unsafe-perm
fi
npm install --unsafe-perm
npm i pm2@latest -g
npm i pg