You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Use Node.js v20 or above
Run yarn install
Observe compilation errors for fsevents
Environment
OS: macOS
Node.js version: v20.x.x
yarn version: 1.22.x
The text was updated successfully, but these errors were encountered:
Issue Description
The current
fsevents
dependency is causing compilation errors when using Node.js v20 (and above). The error occurs duringyarn 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
yarn install
fsevents
Environment
The text was updated successfully, but these errors were encountered: