Git Product home page Git Product logo

Comments (9)

murgatroid99 avatar murgatroid99 commented on July 19, 2024 2

This will probably be fixed by running npm rebuild on the server that you deploy to.

from grpc-node.

nicolasnoble avatar nicolasnoble commented on July 19, 2024 1

The file is being downloaded by the node-pre-gyp package during the installation, it's not supposed to be inside the npm package. I would recommend looking at the installation logs to see why node-pre-gyp didn't properly download and/or install that file.

As described in the binary section of the package.json file, the URL for these binary files are https://storage.googleapis.com/grpc-precompiled-binaries/node/{name}/v{version}/{node_abi}-{platform}-{arch}.tar.gz so if you insist on hacking at your installation, you can find that file here: https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.7.1/node-v59-linux-x64.tar.gz

from grpc-node.

Jasperav avatar Jasperav commented on July 19, 2024

No it still can not find that module. If anyone can place it here I can manually fix it.

from grpc-node.

Jasperav avatar Jasperav commented on July 19, 2024

@nicolasnoble thanks that worked. I had the problem before with node-v57 as well. I am running the server on Evennode. On both mac and windows I had the missing file, so maybe it is a problem on there server?

from grpc-node.

kirillgroshkov avatar kirillgroshkov commented on July 19, 2024

Same here, missing: node-v57-darwin-x64-unknown/grpc_node.node

from grpc-node.

SJAnderson avatar SJAnderson commented on July 19, 2024

Seeing this on production, can't deploy to our servers without running npm rebuild.

from grpc-node.

E3V3A avatar E3V3A commented on July 19, 2024

How can you tell what versions are available?

from grpc-node.

nicolasnoble avatar nicolasnoble commented on July 19, 2024

Without logs from what npm install says it's going to be difficult to troubleshoot this any further.

For the list of what we are currently releasing as binary packages, unfortunately google compute storage doesn't seem to allow us to share directories trees so we can't directly show what we have. But this is kind of inferable from these scripts.

from grpc-node.

nicolasnoble avatar nicolasnoble commented on July 19, 2024

With no further information nor logs, this issue is getting stale. Closing it.

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.