Search code examples
npmdeploymentnuxt.jspackage.jsonvercel

Vercel Deployment: Internal Server Error when updating NPM Packages


I'm currently working on a NUXT 2.x App and I'm hosting the dev Project on Vercel. Now since the NPM packages are outdated and I want to remove some of the packages, the Deployed Version on Vercel throws an empty page with 500 error. If i stash the changes in package.json, everything works fine on the deployed version.

How can I update / remove NPM packages from my current Version and deploy it on Vercel?


Solution

  • Apparently, I had to downgrade the Firebase Version from 9.5 to 9.1, then it deployed just fine on Vercel.