I have a problem with the nuxt project deploy on cpanel Please, if anyone can fully guide me, thank you for running on the host
The image of the errors is available in the following links
I have a problem with the nuxt project deploy on cpanel Please, if anyone can fully guide me, thank you for running on the host
The image of the errors is available in the following links
To solve this problem, I installed the nuxt-start package before npm run build,
npm i --save nuxt-start
then npm run build and then npm run start, and the problem was solved, I said maybe this solution was needed for other people