PrismarineJS/prismarine-viewer








The issue has been closed
How to install on macOS without requiring installation of XCode? #122
theonlygusti posted onGitHub
npm install primsarine-viewer --save
leads to the error
npm ERR! Traceback (most recent call last):
npm ERR! File "./node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1500, in XcodeVersion
npm ERR! version_list = GetStdoutQuiet(["xcodebuild", "-version"]).splitlines()
npm ERR! File "./node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1563, in GetStdoutQuiet
npm ERR! raise GypError("Error %d running %s" % (job.returncode, cmdlist[0]))
npm ERR! gyp.common.GypError: Error 1 running xcodebuild
When I try to run xcodebuild
myself I get the error:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Can I install this project without (I'm presuming what the above errors are about) installing xcode.app?