We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn vercel
git clone
deployment log from main branch
main
... 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
yarn.lock
^x.y.z
yarn version 3.2.3 should be used yarn.lock should be used
3.2.3
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Which method was used to setup Scaffold-ETH 2 ?
git clone
Current Behavior
deployment log from
main
branchSo 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 errorsExpected Behavior
yarn version
3.2.3
should be usedyarn.lock
should be usedSteps To Reproduce
yarn vercel
frommain
branchAnything else?
No response
The text was updated successfully, but these errors were encountered: