https://pulumi.com logo
a

adamant-dress-73325

09/23/2019, 7:38 PM
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

microscopic-pilot-97530

09/23/2019, 7:42 PM
Yes, we’re seeing this. Appears to be affecting many others as well: https://github.com/mapbox/node-pre-gyp/issues/477
a

adamant-dress-73325

09/23/2019, 7:42 PM
ok
glad to know its not just my machine lol
b

busy-umbrella-36067

09/23/2019, 8:24 PM
same, spent 2 hours or so before checking here
👍 2
a

adamant-dress-73325

09/23/2019, 10:12 PM
Workaround works for yarn, confirmed