-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Bug] fsevents Cannot apply hunk #1 #931
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
Ok cool, thank you ! |
Hi! I had to use Sadly it was a bit of a mess to upgrade to yarn berry, even when the docs said it should be easy without the PnP. |
This issue was fixed in 2.0.0-rc.29 which was released on 11.02.2020 |
Thank you for your reply. However, I kept having the issue on the latest version of berry. If I installed from sources, the issue went away. |
Are you sure that was for fsevents? If it was for typescript that was fixed by #2889 which hasn't been released yet |
Hmmm... I also got it for TypeScript I think. I'm not sure if I got it for fsevents too. I've switched back to Yarn v1 because I still had some other issues with workspaces (hoisting stopped working in scripts, and I didn't liked the solution https://yarnpkg.com/getting-started/qa#how-to-share-scripts-between-workspaces), which was not described in the migration guide. Somehow these issues made me doubt the stability of Yarn v2. Maybe I'll try again later. Thank you anyway! |
Describe the bug
In my company's mono repo I tried to migrate to Yarn 2. I ran
yarn set version berry
thenyarn install
, this is its output:To Reproduce
Sorry but I don't share any code/package.json because it's private. But I could try to adapt an share dummy stuff.
What I can tell is we are using a mono repo architecture, using yarn workspaces feature to manage it.
The root
package.json
looks something like this:Under the directory
workspaces
are our workspaces.We have no direct dependencies on
fsevents
.Screenshots
Environment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered: