Next.js Discord

Discord Forum

Build error on Vercel Cannot find module 'styled-jsx/style' DESPERATE :(

Unanswered
West African Lion posted this in #help-forum
Open in Discord
Avatar
West African LionOP
I have a deployed an app on Vercel and Im getting a 500 internal server error on the route I have, the dependency is installed but I think Vercel might be removing it
Cannot find module 'styled-jsx/style'
Require stack:
- /var/task/node_modules/next/dist/server/require-hook.js
- /var/task/node_modules/next/dist/server/next.js
- /var/task/src/app/api/index.js
Did you forget to add it to "dependencies" in `package.json`?
Node.js process exited with exit status: 1. The logs above can help with debugging the issue.

0 Replies