-
hello `✓ Stopped Pingvin Share
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
NPM can fail if it's missing resources. Try to increase RAM/CPU. Otherwise, maybe there has been a breaking change in a recent PingVin release. Would need to investigate |
Beta Was this translation helpful? Give feedback.
-
i have increase RAM and CPU....same error |
Beta Was this translation helpful? Give feedback.
-
also run into trouble on update
|
Beta Was this translation helpful? Give feedback.
-
managed to do the update like this cd /opt/pingvin-share pm2 stop pingvin-share-backend pingvin-share-frontend cd backend cd ../frontend |
Beta Was this translation helpful? Give feedback.
managed to do the update like this
cd /opt/pingvin-share
pm2 stop pingvin-share-backend pingvin-share-frontend
cd backend
npm install
npm run build
pm2 start --name="pingvin-share-backend" npm -- run prod
cd ../frontend
npm install
npm run build
API_URL=http://192.168.x.x:3000 # Set the URL of the backend
pm2 start npm --name "pingvin-share-frontend" -- run start