You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
This is a very hand tutorial:
https://github.com/nuxt/docs/blob/master/en/faq/laravel-forge-deployment.md
But please change the node update command as recommended by forge to avoid upgrade all the server.
from :
sudo apt-get update && sudo apt-get upgrade
to
sudo apt install --only-upgrade nodejs
thanks
The text was updated successfully, but these errors were encountered: