-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Upgrade to fsevent v2 - Node 13 support #9191
Comments
I'm hoping to offload this to sane amasad/sane#130 (comment), but we might need to update here |
fsevents v2 also unblocks local Node v12 on OSX, so this change would be super beneficial. |
it actually seems pretty trivial to upgrade |
@milesj you can use watchman which is faster with Jest to be unblocked |
The issue was |
hi |
the warning still exists! |
I believe this will be fixed by #9215 once a new version of Update: in the meantime, I was able to fix the problem by running |
by running npm i fsevents@latest on windows for solving the following issue led to "npm ERR! notsup Unsupported platform for fsevents@2.2.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) does fsevents for winows platform does not exist |
You can ignore the warning, |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Using node version 13 it doesn't even build (I'm on Catalina)
The text was updated successfully, but these errors were encountered: