needs XCode to build?
Offbeatmammal opened this issue · comments
tried npm i macstats -g
but get an error during install
node-gyp rebuild
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
no big drama, installing XCode now, but might be good to call out as a prerequisite?
I believe you only need xcode command line tools, if its even possible to install only those.
I think I have those, installing the full XCode package now and will update if that works (not really a big deal, just a slow download!)
okay, thanks.
looks like it needed the full thing, fine after installing and agreeing to the license
okay, thank you for this info.