node-gyp Questions
6
The Problem
There are some problem with maybe my installation of better-sqlite3 because when I try to execute my index.js (click to show it on pastebin) with
node index.js
there is always the s...
Irregular asked 23/6, 2018 at 4:26
5
Solved
I'm planning to use Docker to deploy a node.js app. The app has several dependencies that require node-gyp. Node-gyp builds these modules (e.g. canvas, lwip, qrcode) against compiled libraries on t...
Willena asked 5/6, 2017 at 15:2
7
I am running Node 16.13.2 LTS with Visual Studio 2022. During the installation of a package, node-gyp is triggered and fails.
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node build.js || ...
5
I'm a NODE novice and trying to install and run https://github.com/DylanAkp/AirtagsAnywhere
I'm on a brand new M2 Mac with Python 3.12
Node 18.18 and NPM 9.8.1
And get a long stream. I understand t...
10
Solved
Getting the following error when running yarn install
gyp/bin/node-gyp.js clean configure
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email prot...
Etra asked 7/12, 2022 at 11:33
27
I'm try to install modules on Windows 10 using npm 5.6.0. When I enter npm install I get:
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProces...
Squelch asked 18/3, 2018 at 13:36
8
I have been working on this all day and have tried lots of different things:
Uninstalling node and installing latest version
Using the --msvs_version= flag set to 2010, 2011, 2012, 2013, 2015
De...
2
I can't seem to install canvas.
I have tried the steps outlined in the answer here: node-gyp error when running npm install
sudo npm uninstall -g node-gyp
sudo npm install -g node-gyp
brew install ...
38
Solved
Suddenly in one of my jenkins environment build has started failing, while in local machine it seems to be working fine as i have python installed,
From the logs i was able to detect that the prob...
2
I'm currently trying to develop a Node application that can call C++ functions. I came across people saying that we have to use the node-gyp package. Upon following this setup, when I try to npm co...
Meader asked 6/3, 2023 at 5:15
6
I am struggling with an issue where on running any angular app locally the node process linked to ng serve is using well over 100% of my CPU core's.
My current environment is:
Angular CLI: 7.3.10
N...
6
Solved
I'm trying to create a native addon for Node.js and when I include
#include <napi.h>
The Intelli Sense of VS Code says that it cannot detect where node_api.h is located (it's included by n...
Ellipsoid asked 11/5, 2020 at 12:57
8
I got below error when trying to build the microsoft driver for nodejs for sql server
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email...
Bahaism asked 5/1, 2016 at 10:7
25
I am trying to start about node c/c++ add-on. the node-gyp command got error
I have installed vs2019, my command is
node-gyp configure --msvs_version=2019
the verbose output is
gyp info it wor...
Enolaenormity asked 18/8, 2019 at 3:19
7
Solved
I've been looking for the answer to this for a good solid week now, with no success. I've looked at every StackOverflow post, every article from Google and every related Github issue I could find. ...
5
Solved
I try to rebuild an electron app but I got this error regarding the epoll installation.
Building module: epoll, Completed: 0gyp: name 'openssl_fips' is not defined while evaluating condition 'opens...
Dancer asked 8/11, 2021 at 11:26
8
Solved
I'm attempting to Dockerize a Vue.js application. I'm using the node:10.15-alpine Docker image as a base. The image build fails with the following error:
gyp ERR! configure error
gyp ERR! stack Er...
Claraclarabella asked 29/1, 2019 at 19:45
3
Please help me make sense of this big fat error output. At this point I don't know which end is up. I have been spinning my wheels for days on this.
This is not the first/only package installatio...
Monas asked 11/12, 2019 at 16:12
7
I'm working on native Node.js addon and following nan docs
I included nan into binding.gyp like:
"include_dirs" : [ "<!(node -e \"require('nan')\")" ]
Also nan is in npm dependencies.
But whe...
Ainslie asked 25/12, 2015 at 16:54
18
We are having problems running "npm install" on our project. A certain file cannot be found :
fatal error C1083: Cannot open include file: 'windows.h'
It appears to be coming from the no...
Surakarta asked 24/11, 2015 at 14:41
4
I am trying to run an API. I get this error. I have uninstalled node modules, reinstalled, npm rebuild. I tried to install memwatch but that also gives errors. I have tried doing all types of resta...
Four asked 9/7, 2021 at 11:41
3
Solved
I am trying to do npm install and I am getting the error in my application
System details:
macOS Monterey : version 12.5
chip Apple M1 pro
node version: 14.19.3
node-gyp version: 9.1.0
python versi...
Henley asked 16/8, 2022 at 4:13
14
I recently bought a mac, which uses Mac OSX El Capitan v10.11.4. Installed node with homebrew, and am using node v6.2.2 and npm v3.9.5. I'm getting an error with bcrypt during npm install, which I ...
Gasworks asked 27/6, 2016 at 15:56
3
When i install karma that use node-gyp to fetch package and do rebuild, and I got a "gyp Error!: connect ECONNERFUSED", THE problem whey node-gyp will connect to internet and my environment is behi...
Uncharted asked 23/10, 2015 at 2:33
1
The server this is running on is behind a corporate firewall, and only has access out to this specific private registry, which also acts as a proxy out to the public npm registry (for packages that...
Bertrand asked 7/9, 2018 at 16:26
1 Next >
© 2022 - 2024 — McMap. All rights reserved.