BetaHuhn / deploy-to-vercel-action

🎬▲ Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.
https://mxis.ch
MIT License
141 stars 71 forks source link

Error: Unhandled 'error' event #393

Open kopireng06 opened 2 weeks ago

kopireng06 commented 2 weeks ago

🐞 Describe the bug

Cannot deploy to vercel because there an is error happened

🖼️ Screenshots

image

⚙️ Environment

Septiven commented 3 days ago

facing the same issue here.

evereq commented 2 days ago

Yes, same issue for me, it seems something changed in Vercel so this action basically stop working :(

JoaoVSouto commented 1 day ago

A workaround that is working for me is to add a previous step to install the Vercel CLI:

- name: Install Vercel CLI
  run: npm install -g vercel@22.0.1