Git Product home page Git Product logo

Comments (2)

TimelordUK avatar TimelordUK commented on June 27, 2024

well its trying to download header files as it wants to build the driver meaning you would need the compiler and header files - this is because when installing the driver, it will try and go to git release page and fetch the binary and place it in the build/release folder.

Is it the case behind a proxy you can also not fetch the binary in this way. In which case perhaps you can manually place binary in the prerelease cache folder so it is installed. For example if you

make sure you had

/home/me/.npm/_prebuilds/9a8c05-msnodesqlv8-v3.1.0-node-v115-linux-x64.tar.gz

downloaded (or version you are trying to install)

then it will simply copy in this cahed version

there is a way to tell node-gyp to chnge the URL but you would have to look at node-gyp documention this has nothing to do with the driver, it will try to compile it if it cannot get the binary as shown

 [email protected] install-verbose
> prebuild-install --verbose || node-gyp rebuild

prebuild-install info begin Prebuild-install version 7.1.1
prebuild-install info looking for local prebuild @ prebuilds/msnodesqlv8-v3.1.0-node-v115-linux-x64.tar.gz
prebuild-install info looking for cached prebuild @ /home/me/.npm/_prebuilds/9a8c05-msnodesqlv8-v3.1.0-node-v115-linux-x64.tar.gz
prebuild-install info found cached prebuild
prebuild-install info unpacking @ /home/me/.npm/_prebuilds/9a8c05-msnodesqlv8-v3.1.0-node-v115-linux-x64.tar.gz
prebuild-install info unpack resolved to /home/me/dev/js/sql/v8/node_modules/msnodesqlv8/build/Release/sqlserverv8.node
prebuild-install info unpack required /home/me/dev/js/sql/v8/node_modules/msnodesqlv8/build/Release/sqlserverv8.node successfully
prebuild-install info install Successfully installed prebuilt binary!

from node-sqlserver-v8.

TimelordUK avatar TimelordUK commented on June 27, 2024

from node-sqlserver-v8.

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.