1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00

Blue Turtle - The Refactoring+

- Update install scripts
This commit is contained in:
Moe 2018-10-24 21:51:41 -07:00
parent b7d08eb500
commit c7e70c03e8
6 changed files with 269 additions and 85 deletions

View file

@ -43,7 +43,7 @@ echo "============="
echo "Shinobi - Install NPM Libraries"
npm i npm -g
npm install --unsafe-perm
npm audit fix --unsafe-perm
sudo npm audit fix --force
echo "============="
echo "Shinobi - Install PM2"
npm install pm2 -g