Skip to content

Install on mac gets 403 trying to download binaries #1227

@magikid

Description

@magikid

Problem description

When running npm install grpc, I get a 403 error when npm tries to download the grpc binaries.

λ ~/projects/prism-cmg/ master* npm install grpc

> grpc@1.10.1 install /Users/cjone0102/projects/prism-cmg/node_modules/@firebase/firestore/node_modules/grpc
> node-pre-gyp install --fallback-to-build --library=static_library

node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.10.1/node-v64-darwin-x64-unknown.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for grpc@1.10.1 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Pre-built binaries not installable for grpc@1.10.1 and node@10.16.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Hit error Connection closed while downloading tarball file

Environment

  • OS name, version and architecture: Darwin cjonesmbpx12 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64
  • Node version: v10.16.0
  • Node installation method: asdf
  • If applicable, compiler version: Apple clang version 11.0.0 (clang-1100.0.33.8)
    Target: x86_64-apple-darwin19.2.0
    Thread model: posix
    InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  • Package name and version: grpc@1.10.1

Additional context

npm debug log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions