It Is a React + Vite template, it runs and builds locally (using Windows OS), but Vercel doesnt deploy, the issue is linked to esbuild (?) or libatomic1 (??) npm error path /vercel/path0/node_modules/esbuild
see package JSON and error below:
Hi @ventoline, welcome to the Vercel Community!
Can you share what the project build configuration looks like? If possible, can you share the output of vercel build when run from your machine.
the config file is above, are there specific build config for Vercel ( I have been using a template)?
Below the output files:
Hi @ventoline, Vercel automatically handles the configuration once it detects the framework. You can confirm the same from the project settings.
You can try running vercel build from your machine to see if it errors out or not.



