merceyz / typescript-to-proptypes

Generate proptypes from typescript declarations
MIT License
53 stars 21 forks source link

chore: fix install error in GitHub actions #14

Closed eps1lon closed 4 years ago

eps1lon commented 4 years ago

Let's try latest over sources.

eps1lon commented 4 years ago

No idea why. Opened https://github.com/yarnpkg/berry/issues/1142

merceyz commented 4 years ago

Might be an issue with the patches and Windows, could you run YARN_CHECKSUM_BEHAVIOR=update yarn and commit the result to see if it passes? (iirc you're not on Windows)

eps1lon commented 4 years ago

Should've mentioned that I already tried

/D/p/m/typescript-to-proptypes (master|✔) $ yarn -v
2.0.0-rc.31.git.20200327.c2902096
~/D/p/m/typescript-to-proptypes (master|✔) $ yarn cache clean --all
➤ YN0000: Done in 0.07s
~/D/p/m/typescript-to-proptypes (master|✔) $ set -x YARN_CHECKSUM_BEHAVIOR update
~/D/p/m/typescript-to-proptypes (master|✔) $ yarn