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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fsevents dependency for Node.js v20 compatibility #1425

Open
Leo-Stephen opened this issue Feb 13, 2025 · 0 comments
Open

Update fsevents dependency for Node.js v20 compatibility #1425

Leo-Stephen opened this issue Feb 13, 2025 · 0 comments

Comments

@Leo-Stephen
Copy link

Issue Description
The current fsevents dependency is causing compilation errors when using Node.js v20 (and above). The error occurs during yarn install due to incompatible V8 API changes.

Error Message
node-pre-gyp ERR! not ok
Failed to execute [...] object->Set requires 3 arguments, but 2 were provided

Proposed Solution
Update the fsevents dependency to a newer version that supports modern Node.js versions.

Steps to Reproduce

  1. Use Node.js v20 or above
  2. Run yarn install
  3. Observe compilation errors for fsevents

Environment

  • OS: macOS
  • Node.js version: v20.x.x
  • yarn version: 1.22.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

No branches or pull requests

1 participant