Need to install via root, now? I think. Still working on this.

This commit is contained in:
mmcw-dev 2019-02-23 20:01:41 -05:00
parent 3f8ca0e395
commit f10956985a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ sudo service nginx restart
echo "Install node" echo "Install node"
npm install sudo npm install --allow-root --unsafe-perm=true
sudo pm2 start process.json sudo pm2 start process.json
sudo pm2 save sudo pm2 save
sudo pm2 startup sudo pm2 startup