Deploying Nuxt3 as Static Web App in Azure
I am currently trying to deploy my Nuxt 3 application as a static web app in Azure.
To set up the build and deployment I just used the default Azure suggestions for building a Nuxt 3 app (which is a predefined choice). However, during the build I get this error:
Build configuration:
In October 2022 people said that this didn't work because Static Web Apps didn't use a high enough node version, but the current node version my app is running now is Node 18 (which should be high enough?).
Anyone know what to do here?
To set up the build and deployment I just used the default Azure suggestions for building a Nuxt 3 app (which is a predefined choice). However, during the build I get this error:
Build configuration:
In October 2022 people said that this didn't work because Static Web Apps didn't use a high enough node version, but the current node version my app is running now is Node 18 (which should be high enough?).
Anyone know what to do here?