-
Notifications
You must be signed in to change notification settings - Fork 29
xpc-connection refuses to install #30
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
Comments
Try: sudo npm i -g xpc-connection --unsafe-perm |
Still has errors even with the --unsafe-perm syntax:
|
Still have an issue
|
|
GetRealNamedProperty actually have 2 args: Local context, Local key https://github.com/v8/v8/blob/381a7f9/include/v8.h#L3653 |
how to understand for what the Local context arg added? |
worked with node 8 for me |
Same issue here, nothing above helped, had some news? |
some news? |
Also having this issue |
Same issue as above. |
Still having this issue in 2023. |
Hello.
I have attempted to install xpc connection but my Mac refuses to install it. I have changed the directory, followed instructions in issue #2 with nothing changed.
Below is what I have.
$ xcode-select -p
/Applications/Xcode.app/Contents/Developer
$ xcode-select -v
xcode-select version 2354.
$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.3)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
$ which gcc
/usr/bin/gcc
$ sudo npm i -g xpc-connection
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/ernest/.npm-global/lib/node_modules/xpc-connection/build'
gyp ERR! System Darwin 18.2.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/ernest/.npm-global/lib/node_modules/xpc-connection
gyp ERR! node -v v11.13.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ernest/.npm/_logs/2019-04-01T13_20_38_392Z-debug.log
The text was updated successfully, but these errors were encountered: