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
npm ERR! code 1
npm ERR! path /Users/rostimelk/Projects/testinging/node_modules/grpc-tools
npm ERR!command failed
npm ERR!command sh -c node-pre-gyp install
npm ERR! response status 404 Not Found on https://node-precompiled-binaries.grpc.io/grpc-tools/v1.11.2/darwin-arm64.tar.gz
npm ERR! node-pre-gyp info it worked if it ends with ok
npm ERR! node-pre-gyp info using node-pre-gyp@1.0.9
npm ERR! node-pre-gyp info using node@16.6.0 | darwin | arm64
npm ERR! node-pre-gyp info check checked for"/Users/rostimelk/Projects/testinging/node_modules/grpc-tools/bin/grpc_tools.node" (not found)
npm ERR! node-pre-gyp http GET https://node-precompiled-binaries.grpc.io/grpc-tools/v1.11.2/darwin-arm64.tar.gz
npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://node-precompiled-binaries.grpc.io/grpc-tools/v1.11.2/darwin-arm64.tar.gz
npm ERR! node-pre-gyp ERR! install error
npm ERR! node-pre-gyp ERR! stack Error: response status 404 Not Found on https://node-precompiled-binaries.grpc.io/grpc-tools/v1.11.2/darwin-arm64.tar.gz
npm ERR! node-pre-gyp ERR! stack at /Users/rostimelk/Projects/testinging/node_modules/@mapbox/node-pre-gyp/lib/install.js:67:15
npm ERR! node-pre-gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:96:5)
npm ERR! node-pre-gyp ERR! System Darwin 21.2.0
npm ERR! node-pre-gyp ERR!command"/Users/rostimelk/.nvm/versions/node/v16.6.0/bin/node""/Users/rostimelk/Projects/testinging/node_modules/.bin/node-pre-gyp""install"
npm ERR! node-pre-gyp ERR! cwd /Users/rostimelk/Projects/testinging/node_modules/grpc-tools
npm ERR! node-pre-gyp ERR! node -v v16.6.0
npm ERR! node-pre-gyp ERR! node-pre-gyp -v v1.0.9
npm ERR! node-pre-gyp ERR! not ok
It appears that the sub dependencies of sdk (@huddly/camera-proto and @huddly/camera-switch-proto) have grpc-tools as a production dependency where in reality it should have been a dev dependency. Updating this will most likely fix the above issue.
Error log:
Related issue:
grpc/grpc-node#1405
The text was updated successfully, but these errors were encountered: