-
Notifications
You must be signed in to change notification settings - Fork 917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Vercel deployment fails #419
Comments
Thanks for reporting this Shiv. What I don't understand is why Vercel installs a different version of the packages. Even if we have |
Oh damn, you are right @technophile-04!! Thanks for looking into it. Maybe we could explore if there is a way to make a dedicated |
Another option is to make the root |
Yes yes will research on this nicely
Yup but with this option we had to mention I have also created some discussion on vercel regarding this : Nevertheless, I like the first option more having a dedicated |
I found this -> yarnpkg/berry#1223 think there is no direct solution to doing this in cc @rin-st @sverps also if they have some better approach or if I am missing and there might an easy solution already (because I feel this should have been present in Also just mentioning |
We kept using But But also let's make sure that there isn't an easier solution that doesn't imply switching. |
I believe |
@technophile-04 could you draft a PR (against main) for the I really like the individual lock files, and it seems that's a modern and performant solution. |
For sure !!!! lol I deleted all the changes but the migration is pretty much straightforward forward and easy so will draft a PR soon 🙌 |
Is there an existing issue for this?
Current Behavior
Running :
yarn vercel
Steps To Reproduce
Alternatively to reproduce locally :
Update viem and wagmi to latest version :
1.
yarn workspace @se-2/nextjs up wagmi viem
Run check-types :
2.
yarn next:check-types
However through above steps you get different type errors then
vercel
:Anything else?
I think the reason its failing on vercel deployement and not locally is because since we have
^
forviem
andwagmi
inpackage.json
because of which on Vercel whileyarn install
it gets latestpatch
version of bothviem
andwagmi
and it seems that in latestviem
andwagmi
its broken.I think this problem is again related to -> wevm/wagmi#2421 (comment)
The text was updated successfully, but these errors were encountered: