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
usehooks-ts@^2.7.2
related: someone's problem with scaffold-eth underlying issue
Patch seems to be introduced by scaffold-eth but their .gitignore is unusual..
ensure .gitignore contains
# yarn / eslint **/.yarn/* !**/.yarn/patches !**/.yarn/plugins !**/.yarn/releases !**/.yarn/sdks !**/.yarn/versions
and pull / fetch. You should now have the file ui/.yarn/patches/usehooks-ts-npm-2.7.2-fceffe0e43.patch
yarn install should work.
yarn install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
related:
someone's problem with scaffold-eth
underlying issue
Patch seems to be introduced by scaffold-eth but their .gitignore is unusual..
Solution:
ensure .gitignore contains
and pull / fetch.
You should now have the file ui/.yarn/patches/usehooks-ts-npm-2.7.2-fceffe0e43.patch
yarn install
should work.The text was updated successfully, but these errors were encountered: