You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug I don't know if this is a Yarn issue, or a react-scripts issue...
I just deleted our yarn.lock and node_modules folder so I could run a clean yarn install to debug an issue with CI. Long story short, I debugged this by removing all dependencies and slowly added them back in while running yarn install to see which one was causing the error below. Come to find out, it's react-scripts: 4.0.0 that's causing it.
The error in question:
YN0066: │ fsevents@patch:fsevents@npm%3A2.2.0#builtin<compat/fsevents>::version=2.2.0&hash=127e8e: Cannot apply hunk #1 (set enableInlineHunks for details)
...
YN0000: Failed with errors in 25s 499ms
To Reproduce
Run yarn add react-scripts --dev does it for me - or - run yarn install with react-scripts: 4.0.0 already in your package.json dependencies.
Environment if relevant (please complete the following information):
OS: Windows 10
Node version 12.19.0 & just installed Node 14.15.0 (same result)
Yarn version 2.3.3 (yarnPath: .yarn/releases/yarn-berry.cjs)
Additional context
I also tried re-installing react-scripts on a global level and running yarn install again but got the same result.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I don't know if this is a Yarn issue, or a react-scripts issue...
I just deleted our
yarn.lock
andnode_modules
folder so I could run a cleanyarn install
to debug an issue with CI. Long story short, I debugged this by removing all dependencies and slowly added them back in while runningyarn install
to see which one was causing the error below. Come to find out, it'sreact-scripts: 4.0.0
that's causing it.The error in question:
To Reproduce
Run
yarn add react-scripts --dev
does it for me - or - runyarn install
withreact-scripts: 4.0.0
already in yourpackage.json
dependencies.Environment if relevant (please complete the following information):
Additional context
I also tried re-installing react-scripts on a global level and running
yarn install
again but got the same result.The text was updated successfully, but these errors were encountered: