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
The reason that I think this issue is with node-gyp is that part of the output includes this:
File "/Users/cjone0102/.asdf/installs/nodejs/10.16.0/.npm/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1527, in _GetXcodeEnv if XcodeVersion() >= '0500' and not env.get('SDKROOT'):
TypeError: '>=' not supported between instances of 'tuple' and 'str'
The text was updated successfully, but these errors were encountered:
npm install --verbose grpc
Verbose output (from npm or node-gyp):
Here is the npm debug log: 2020-01-02T19_13_38_986Z-debug.log
The reason that I think this issue is with node-gyp is that part of the output includes this:
The text was updated successfully, but these errors were encountered: