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

yarn issue with usehooks-ts@^2.7.2 patch #18

Open
morkeltry opened this issue Oct 28, 2023 · 0 comments
Open

yarn issue with usehooks-ts@^2.7.2 patch #18

morkeltry opened this issue Oct 28, 2023 · 0 comments

Comments

@morkeltry
Copy link
Collaborator

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

# 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.

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