We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I get this error when I run npm install electron-app-universal-protocol-client on my M1 Mac with Sequoia. I appreciate your help 🙏
npm install electron-app-universal-protocol-client
npm error gyp info using node@23.3.0 | darwin | arm64 ... npm error gyp sill find Python execFile: exec = "/opt/homebrew/opt/python@3.13/bin/python3.13" ... npm error gyp: binding.gyp not found (cwd: /<project_location>/node_modules/electron-app-universal-protocol-client) while trying to load binding.gyp npm error gyp ERR! configure error npm error gyp ERR! stack Error: `gyp` failed with exit code: 1 npm error gyp ERR! stack at ChildProcess.<anonymous> (/<project_location>/node_modules/@electron/node-gyp/lib/configure.js:317:18) npm error gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm error gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:294:12) npm error gyp ERR! System Darwin 24.2.0 npm error gyp ERR! command "/<localDir>/.nvm/versions/node/v23.3.0/bin/node" "/<project_location>/node_modules/.bin/node-gyp" "rebuild" npm error gyp ERR! cwd /<project_location>/node_modules/electron-app-universal-protocol-client npm error gyp ERR! node -v v23.3.0 npm error gyp ERR! node-gyp -v v10.2.0-electron.1 npm error gyp ERR! not ok`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I get this error when I run
npm install electron-app-universal-protocol-client
on my M1 Mac with Sequoia.I appreciate your help 🙏
The text was updated successfully, but these errors were encountered: