Coder Social home page Coder Social logo

Comments (9)

murgatroid99 avatar murgatroid99 commented on July 17, 2024 1

You're not actually downloading a useful file when you do that. You're just downloading the 403 error page. We don't publish FreeBSD binaries.

from grpc-node.

murgatroid99 avatar murgatroid99 commented on July 17, 2024 1

We do not have any plans to publish FreeBSD binaries. We do not officially support that platform.

from grpc-node.

murgatroid99 avatar murgatroid99 commented on July 17, 2024

One of the first lines of that log shows it failing to download a file. Can you check if you are able to access that URL with a browser?

from grpc-node.

bganicky avatar bganicky commented on July 17, 2024

I have a similar issue on FreeBSD.

> [email protected] install /vol0/nodejs/graphql/acc/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.7.1/node-v59-freebsd-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v59 ABI, unknown) (falling back to source compile with node-gyp)

But I can download the file without problem with simple curl -O https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.7.1/node-v59-freebsd-x64.tar.gz.

from grpc-node.

bganicky avatar bganicky commented on July 17, 2024

Yep, I've just wen to cat the file and realized that. :D

from grpc-node.

julianobrasil avatar julianobrasil commented on July 17, 2024

Any news about this?

from grpc-node.

julianobrasil avatar julianobrasil commented on July 17, 2024

@murgatroid99, sorry for not providing a more detailed info, but I have a similar issue for windows:

node-pre-gyp ERR! Tried to download(undefined): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.7.1/node-v57-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v57 ABI, unknown) (falling back to source compile with node-gyp)

from grpc-node.

julianobrasil avatar julianobrasil commented on July 17, 2024

Ok, FWIW I was trying to npm install @angular/material2, and its building process depends on grpc. The problem was not the lack of the binaries (it would be good if the binaries exist on storage.googleapis though). The problem was that the build-from-source process also failed after that.

After struggling for a few days, I've found out that the building fail is due to a bug (specifc to windows) documented in https://www.npmjs.com/package/grpc and you can workaround it by deleting the folder C:\Users\<username>\.node-gyp\<node_version>\include\node\openssl (after the error occured for the first time, to asure this folder already exists) and retry npm install.

from grpc-node.

nicolasnoble avatar nicolasnoble commented on July 17, 2024

Closing this one.

from grpc-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.