Top "Node-gyp" questions

a cross-platform command-line tool used for compiling addon modules for Node.

pkg-config cannot find gtk+-3.0

I am trying to use libui-node to build a Node.js project. $ yarn add libui-node This gives an error: node-gyp …

node.js debian gtk node-gyp pkg-config
how to add dependence to static library in binding.gyp node-gyp for node.js extension

I have a simple binding.gyp file for building my node.js extension. I want to change the linking method …

node.js node-gyp
gyp ERR, Npm is unable to get local issuer certificate

I am working on clean Windows 10 installation. Only thing is cygwin that I installed to get unix commands in the …

angular npm npm-install node-gyp
Error: The specified module could not be found

I'm trying to use edge.js to execute some .NET code to print on windows in an Electron app. I've …

node.js electron node-gyp edgejs
Docker Node Alpine Image Build Fails on node-gyp

I'm attempting to Dockerize a Vue.js application. I'm using the node:10.15-alpine Docker image as a base. The image …

node.js docker npm node-gyp alpine
How to prevent node-gyp from downloading node-headers.tar.gz and node.lib from internet?

node-gyp downloads following files from the Internet during installation and building of the native modules like iconv, ref, ffi, etc: …

node.js npm node-gyp
How to debug binary module of nodejs?

I have a node.js module written in C++ that provides some bindings for a C++ library. The library crashes …

c++ node.js node-gyp
npm install fails with error C2373 with vs2015 update 3

After reinstalling my machine with windows 10, setting it up with Visual Studio 2015 I encountered this error on installing my git …

node.js visual-studio-2015 npm node-gyp
gyp - how to specify link library flavor

I'm writing a native node module and I'd like to be able to build it in release and debug versions. …

node.js gyp node-gyp
node app fails to run on mojave: ReferenceError: internalBinding is not defined

I've tried to unsuccessfully run a node app, which runs fine on both High Sierra and Windows 10, but fails on …

node.js npm gulp node-gyp macos-mojave