Client bundle compiled with errors therefore further build is impossible. #9285
Replies: 1 comment 4 replies
-
|
I don't know, weird. Maybe it's related to Vercel Node.js version? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
npm run clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
I just edit content in mdx file, change content html footer in docusaurus.config.js file


After that, i run command
npm run buildon local machine (no error)But when i merge on github and run build production (using vercel), it show error
I don't know why vercel cannot build. Can you help me ? Thank you.
[Update]

I try copy source project to new repo and deploy in vercel (still error) but when i deploy in netlify (successfully)
Beta Was this translation helpful? Give feedback.
All reactions