Segmentation Fault while deploying a nuxt 3 app

I am getting a segmentation fault error while deploying a nuxt 3 application. What is the possible fix to this

Mar 15 12:21:53 PM ==> Cloning from https://github.com/................/ehsat-v2
Mar 15 12:21:54 PM ==> Checking out commit cbad6bed5d25ede98223761471dca1c0ee3c8429 in branch main
Mar 15 12:21:56 PM ==> Downloading cache…
Mar 15 12:22:09 PM ==> Transferred 93MB in 8s. Extraction took 3s.
Mar 15 12:22:11 PM ==> Detected Node version 19.8.0
Mar 15 12:22:11 PM ==> Running build command ‘yarn && yarn build’…
Mar 15 12:22:11 PM bash: line 1: 48 Segmentation fault yarn
Mar 15 12:22:11 PM ==> Build failed :disappointed:

Hey,

This is due to using Node version 19.8.0 which suffers from a regression bug, please set your Render service to use Node 19.7.0 or lower: https://render.com/docs/node-version

Regards.
Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.