Skip to content
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: yarn vercel uses yarn v1 and doesn't see yarn.lock #998

Open
1 task done
rin-st opened this issue Nov 29, 2024 · 0 comments
Open
1 task done

bug: yarn vercel uses yarn v1 and doesn't see yarn.lock #998

rin-st opened this issue Nov 29, 2024 · 0 comments

Comments

@rin-st
Copy link
Member

rin-st commented Nov 29, 2024

Is there an existing issue for this?

Which method was used to setup Scaffold-ETH 2 ?

git clone

Current Behavior

deployment log from main branch

...
Running "vercel build"
Vercel CLI 39.1.1
Running "install" command: `yarn install`...
yarn install v1.22.19
info No lockfile found.
...

So our yarn.lock file is ignored and the last version will be installed when we have ^x.y.z versions of packages. It can cause errors

Expected Behavior

yarn version 3.2.3 should be used
yarn.lock should be used

Steps To Reproduce

  • yarn vercel from main branch
  • go to vercel and check deployment logs

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant