-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Bug] Cannot install fsevents - Cannot apply hunk #1 #719
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hm indeed - the patch doesn't apply cleanly on 2.0.0 to 2.0.7, which have a very different structure than the later releases: https://cdn.jsdelivr.net/npm/fsevents@2.0.7/fsevents.js I guess you can't simply upgrade fsevents? |
This comment has been minimized.
This comment has been minimized.
This issue reproduces on master:
|
BTW thanks for fixing the reproduction 😄 |
I got a similar error:
This can be fixed by adding |
Any idea how to workaround this? It's stopping me from testing berry currently. It has the same behaviour on 2.0.0-rc.27 |
I'll fix it tomorrow, but assuming |
same blocking issue with fsevents here. |
I tried upgrading to 2.0 and had to turn back to 1 because of this issue |
This has nothing to do with typescript though |
The problem is still there on latest berry. You can reproduce it by installing angular project dependencies with yarn. It will crash on
|
Same problem here, trying to use
Tried using
And tried source (
|
Any updates? Still cannot upgrade CRA to Yarn 2 🤦♂️
|
The original issue was fixed, please open a new one |
Upgrading yarn to the version on master works for me # fail with fsevents: cannot apply hunk
yarn set version berry
yarn add jest
# success
yarn set version from sources
yarn add jest |
The 2.2.1 version of fsevents appeared to be the problem, so I updated the version in before:
after:
|
This still happens for me, as well, when using fsevents@2.1.2. Unfortunately I wasn't able to run |
Happen to me as well |
Describe the bug
Some package requires
fsevents
to be fetched, but it fails.To Reproduce
Environment if relevant (please complete the following information):
Additional context
I suspect that this error may be related to PR #692
The text was updated successfully, but these errors were encountered: