This repository has been 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
-
Issue
Vercel deployment fails on default settings.
Some common failure error messages include:
Solution
Change default Vercel build settings to:
pnpm build
pnpm install
This is because the project now uses
pnpm
as 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