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

installed on mac os x 10.13.4 got some errors #4

Open
ghost opened this issue Jun 1, 2018 · 2 comments
Open

installed on mac os x 10.13.4 got some errors #4

ghost opened this issue Jun 1, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 1, 2018

But the tool still worked...

$ npm i -g @proofofexistence/cli
/usr/local/bin/proofx -> /usr/local/lib/node_modules/@proofofexistence/cli/index.js

dtrace-provider@0.8.7 install /usr/local/lib/node_modules/@proofofexistence/cli/node_modules/dtrace-provider
node-gyp rebuild || node suppress-error.js

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

ACTION binding_gyp_ndtp_target_build_ndtp .
TOUCH Release/obj.target/ndtp.stamp

  • @proofofexistence/cli@1.0.3
    added 31 packages in 16.877s
@ghost
Copy link
Author

ghost commented Jun 1, 2018

Found the fix

nodejs/node-gyp#569

sudo xcode-select --switch /Library/Developer/CommandLineTools # Enable command line tools

Not sure should do anything about, but noting...

@ghost ghost changed the title installed on mac os x got some errors installed on mac os x 10.13.4 got some errors Jun 1, 2018
@clemsos clemsos added the bug Something isn't working label Jun 13, 2018
@sesn
Copy link

sesn commented Jun 15, 2018

For this issue, Try sudo xcode-select -r. This command worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants