Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jest-haste-map] Incompatible package with Node 12 on macOS due to use of fsevents 1.2.7 #8490

Closed
AxelTerizaki opened this issue May 23, 2019 · 3 comments

Comments

@AxelTerizaki
Copy link

馃悰 Bug Report

Package has an optional dependency of fsevents 1.2.7 for macOS only, and it's incompatible with node 12 (version 1.2.9 is compatible)

To Reproduce

Try to run npm install on jest on macOS (got it from trying to install react-scripts here)

Expected behavior

Should run fine without errors on macOS

Upgrading the dependency should hopefully fix the issue without creating problems.

Note: I tried to use the resolutions block in my package.json file but it doesn't work with optionalDependencies like fsevents.

Thanks in advance for your hard work!

@brainkim
Copy link

fsevents/fsevents#278 <- related issue in fsevents

@sairus2k
Copy link
Contributor

Fixed in #8850

@github-actions
Copy link

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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants