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
Alright so when I run npm install ttystudio,
It returns:
> node-gyp rebuild
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
CXX(target) Release/obj.target/pty/src/unix/pty.o
SOLINK_MODULE(target) Release/pty.node
ttystudio@0.0.16 ../../node_modules/ttystudio
└── pty.js@0.3.0 (extend@1.2.1, nan@2.0.5)
Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered:
Equivalent problem with npm install irc for me. Similar commands worked with node and npm some months ago (on mac of course) now OS 10.11.4, only with command line xcode (want to avoid to loose >4GB disk space)
Node Version: v0.12.9
Python Version: 2
NPM Version: 2.14.9
Alright so when I run
npm install ttystudio
,It returns:
Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered: