Is anyone getting installation errors on pulumi li...
# general
a
Is anyone getting installation errors on pulumi like the below? I am trying to install pulumi deps using yarn, but grpc is not building it seems.
Copy code
node-pre-gyp ERR! Completion callback never invoked!
node-pre-gyp ERR! System Darwin 18.7.0
node-pre-gyp ERR! command "/usr/local/Cellar/node/12.6.0/bin/node" "/Users/snip/projects/snip/deployment/node_modules/grpc/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--library=static_library"
node-pre-gyp ERR! cwd /Users/snip/projects/snip/deployment/node_modules/grpc
node-pre-gyp ERR! node -v v12.6.0
node-pre-gyp ERR! node-pre-gyp -v v0.13.0
m
Yes, we’re seeing this. Appears to be affecting many others as well: https://github.com/mapbox/node-pre-gyp/issues/477
a
ok
glad to know its not just my machine lol
b
same, spent 2 hours or so before checking here
👍 2
a
Workaround works for yarn, confirmed