Skip to main content

Questions tagged [node-gyp]

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

0 votes
0 answers
16 views

Undefined variable javalibdir in binding.gyp while trying to load binding.gyp

I'm working on updating an old docker image. We updated ssl certs and the base docker image from node:10-stretch-slim to ubuntu:18.04 in order to be able to build it. Now running into a new issue when ...
Alexander Urbanyak's user avatar
0 votes
0 answers
12 views

How to Resolve "LNK1107: invalid or corrupt file" Error When Linking MuPDF C library with Node.js Addon?

I've built MuPDF with the Dynamic Libr ary(.dll) configuration and can see libmupdf.dll and libmupdf.exp files in ....mupdf/platform/win32/x64/Release/ //binding.gyp :- { "targets": [ ...
Mohib Najam's user avatar
0 votes
0 answers
49 views

NPM always picks old version of Node-Gyp

I am working on building on Ionic project and I am newbie to Ionic too! I would like to run npm install but it got failed with following error Based on my observation and understanding, the node-gyp ...
Rakesh L's user avatar
  • 1,136
0 votes
0 answers
54 views

npm install for tedious and msnodesqlv8 fails with node-gyp error

I have been trying to install some modules in my project to query a SQL Server database. I have tried this with msnodesqlv8 and tedious but both give me the same error as shown below. I've tried using ...
SmackMore's user avatar
0 votes
0 answers
44 views

Node.js Version Upgrade Issue with CoffeeScript Project

I am working on a project currently running on Node v6.11.4. I am trying to upgrade the Node version to v22.3.0 (latest). However, I am encountering several errors during the installation of Node ...
Regis's user avatar
  • 1
0 votes
0 answers
86 views

Problems installing bcrypt using npm

So everytime i try to install bcrypt I get a bunch of errors even though I've already installed node-gyp and node-pre-gyp the errors still remain I'm considering changing versions but I don't really ...
John Steve's user avatar
1 vote
1 answer
87 views

pnpm install falied , error: isolated-vm: Running install script falied

Node version: 18.19.0; pnpm version: 9.2.0; but the install always fails when I execute pnpm i ,how can I fix this error  WARN  7 deprecated subdependencies found: @types/[email protected], [email protected], ...
Yasming Meng's user avatar
0 votes
0 answers
48 views

Error: The specified module could not be found. Node-gyp compiled module

So i'm working on a Flight Simulator add-on and as you probably know the sdk is only available in C++ and C#. The problem is that i'm working on the UI with Javascript and NodeJS. I'm currenlty ...
Sébastien Técher's user avatar
0 votes
1 answer
115 views

Problem installing npm install, unable to find python2, node-sass and node-gyp

I am starting a new Elixir project and trying to install npm in the assets folder. I keep running up against the same error, first python2 is not found, and then it is either an issue with node-sass ...
Max Lyman's user avatar
0 votes
0 answers
206 views

NPM I issue with node-gyp

Am facing npm errors while doing npm i command find the error below. my current node-gyp version is v10.1.0 . but here in error trying v8.4.1 can anyone help meenter image description here pm ERR! ...
chinsa jose's user avatar
0 votes
1 answer
61 views

pm error sh: node-gyp-build: command not found

rakibulb@Rakibuls-MacBook-Air advanced-todolist % npm install npm error code 127 npm error path /Users/rakibulb/Documents/ComputerScience/Portfolio Projects/HTML:CSS:JS/advanced-todolist/node_modules/...
RakibulB's user avatar
0 votes
0 answers
149 views

Node.js start fails on Linux platform due to invalid ELF header error

I'm trying to create a nodejs app on windows that only runs on linux, when building I install the dependencies like this "SET "npm_config_arch=ia32" ; SET "npm_config_target_arch=...
zN3utr4l's user avatar
0 votes
0 answers
14 views

How can I detect if some application/software/tools is set to always on top using Node.js

I want to create tracking software, which can track which application/software/tools is open currently. Basically I want to get current Active Window. In case If you have multiple screens then I want ...
Harikrushn kanani's user avatar
0 votes
1 answer
64 views

How to include 3rd party dylib or dll in electron app

I'm using the electron-react-boilerplate package as a starting point for an app. I also have a native module that gets included and references a 3rd party dynamic library. I can build and run my app ...
Glenn's user avatar
  • 2,166
0 votes
1 answer
145 views

Node docker build fails for node-gyp rebuild

Building docker image for ts node js app, after adding "@kafkajs/zstd": "^0.1.1" to package.json, docker build started to fail. Here is docker file # .......Development Stage..........
Artem Traer's user avatar

15 30 50 per page
1
2 3 4 5
67