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
I have developed the code using Node.js version 20.10.0, but when I am deploying the application through Azure Static Web App, it is generating the yml file which looks for the Node.js version 18.20.4. The build is getting failed.
The text was updated successfully, but these errors were encountered:
I @SaileshKumar2415
Nodejs 18 is the default version that is used by oryx build for Static Web Apps in case you do not specify a version in your package.json file.
Can you please update your package.json file to include a engines section similar to this
I have developed the code using Node.js version 20.10.0, but when I am deploying the application through Azure Static Web App, it is generating the yml file which looks for the Node.js version 18.20.4. The build is getting failed.
The text was updated successfully, but these errors were encountered: