gordonnl / firebase-stripe

Headless Stripe Payments Using Firebase Functions
MIT License
76 stars 24 forks source link

gyp? #1

Closed tarikh closed 4 years ago

tarikh commented 5 years ago

Keep getting this error when I try and install node. I'm wondering if a library got changed or updated or something. Seen anything like this? node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.7.3/node-v64-darwin-x64-unknown.tar.gz node-pre-gyp ERR! Pre-built binaries not found for grpc@1.7.3 and node@10.10.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp ERR! Tried to download(undefined): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.7.3/node-v64-darwin-x64-unknown.tar.gz node-pre-gyp ERR! Pre-built binaries not found for grpc@1.7.3 and node@10.10.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)

johnnetr commented 5 years ago

Hi tarikh! Use nvm to install node 9.6.0 then use that version to run install :)

johnnetr commented 5 years ago

It seems like something is wrong with the latest node version...

gordonnl commented 4 years ago

Closing as unrelated to this repo