This repository was archived by the owner on Jul 26, 2023. It is now read-only.
If you run into a Vercel deployment error with default build settings... #400
spencerwooo
started this conversation in
General
Replies: 0 comments
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.
-
Issue
Vercel deployment fails on default settings.
Some common failure error messages include:
Solution
Change default Vercel build settings to:
pnpm buildpnpm installThis is because the project now uses
pnpmas default package manager, which Vercel doesn't detect automatically (and falls back toyarn). After changing them, trigger a redeployment.Beta Was this translation helpful? Give feedback.
All reactions