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
The package tries to load Windows-specific code (clipboardy/lib/windows.js) on MacOS, causing fatal error. This happens both with global npm install and npx.
Steps to reproduce:
npm install -g repomix or npx repomix
Run repomix --version
The text was updated successfully, but these errors were encountered:
I tried reproducing with the exact same environment (MacOS, Node v22.12.0, NPM v10.9.0) but couldn't replicate the error. To help track this down, could you share:
Your MacOS version (Apple menu > About This Mac)
The complete error stack trace
This will help us identify and fix the root cause. Thanks for helping improve Repomix!
Environment:
Error:
spawnSync sysctl ENOENT
The package tries to load Windows-specific code (clipboardy/lib/windows.js) on MacOS, causing fatal error. This happens both with global npm install and npx.
Steps to reproduce:
npm install -g repomix
ornpx repomix
repomix --version
The text was updated successfully, but these errors were encountered: