I upgraded my personal website from primevue to shadcn-vue, but build is failing on netlify.
The build is finishing fine on local
npm run build
. but on netlify i'm getting error. please see the attached image for log.1 Reply
I tried this too
NODE_OPTIONS=--max_old_space_size=4096 npm run build
Just deployed on vercel, and it worked well. So, should be an issue with netlify i guess. Anyone else experienced this before.
https://baljeetsingh-6g7322qqh-baljeet-singhs-projects-bcdf9fec.vercel.app/
Deciding to use vercel going forward.