Skip to main content

Questions tagged [gyp]

GYP is a tool created at Google for the Chromium project that generates native Visual Studio, Xcode and SCons and/or make build files from a platform-independent input format.

0 votes
0 answers
16 views

im getting 'local gulp not found' in an old angularjs code despite doing npm install and also installing gulp packages

Ive been provided an old Angularjs code by my senior developer and i am told to build and run it in my laptop. but i tried npm install --save-dev . the code contains a gulp file also , and it had a ...
Sai Siddharth P's user avatar
0 votes
0 answers
50 views

electro-forge start reports error node-gyp reconstruction failed

admin@DESKTOP-BNTFPQK MINGW64 /d/code/cloud-pue (master) $ npm run start > [email protected] start > electron-forge start ��� Checking your system ✔ Locating application ✔ Loading configuration ✖ ...
KIMEOOK's user avatar
0 votes
0 answers
426 views

I am not being able to install tensorflowjs for nodejs

I am trying to install tensorflowjs for node.js using npm. But every time I try to install, I am receiving npm ERR! node-pre-gyp install failed with error: Error: Command failed: node-pre-gyp install -...
DjBillje Official's user avatar
0 votes
2 answers
6k views

I get import gyp error when try to install package for electron

I tried to install on Windows the demo from this repository: https://github.com/Seo-Rii/electron-acrylic-window git clone https://github.com/Seo-Rii/electron-acrylic-window.git cd electron-acrylic-...
Artur's user avatar
  • 164
2 votes
0 answers
90 views

Getting error while upgrading my reactjs project with node version 18

I am unable to update my ReactJS project from v16 to v18 and also facing this gyp error when I try to upgrade, I tried sass instead of node-sass. SyntaxError: EOL while scanning string literal gyp ERR!...
Nikhil Gowda's user avatar
0 votes
2 answers
798 views

Puppeteer dependency installation issue

I am trying to install and learn about Puppeteer through the Puppeteer examples in the github. I am using MacOS 14. I did this to install Puppeteer npm i puppeteer There isn't any error during the ...
Thomas's user avatar
  • 816
0 votes
0 answers
386 views

Troubles with node-gyp

I have trouble compiling node-gyp My mac is a M1 mac with node installed via brew and also python via brew This is the output of the compiling test: [email protected] install /Users/myuser/...
Jorge Padilla's user avatar
0 votes
1 answer
121 views

C++ can't access global variable declared in Assembly

System: Centos I have a C++ file, a assembly file and a GYP file: C++ file: src/node_main.cc #include <iostream> using namespace std; extern "C" { extern char __attribute__((weak)) ...
jasonjifly's user avatar
0 votes
0 answers
186 views

How can I fix 'npm gyp' issue when using 'npm i java' on Ubuntu22.04?

# Error log [log image] j@ok:~$ npm i java npm ERR! code 1 npm ERR! path /home/j/node_modules/java npm ERR! command failed npm ERR! command sh -c node-gyp rebuild npm ERR! gyp info it worked if it ...
winsome's user avatar
0 votes
1 answer
202 views

Linux setup issue with starboard for Cobalt

I recently stumbled on to cobalt while I was looking to port my web application to android. I followed these steps on my Linux system. I was able to complete the 'Set up your workstation' and 'Set up ...
Vermaayu's user avatar
3 votes
0 answers
1k views

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

MacOS Monterey v12.6 Node Version v20.2.0 Installed Version: pyenv --version pyenv 2.3.18 python2 --version Python 2.7.18 python3 --version Python 3.9.6 python --version Python 3.9.6 ~/....
aldrien.h's user avatar
  • 3,605
0 votes
1 answer
420 views

Using electron-rebuild "fatal error: bits/libc-header-start.h: No such file or directory"

This issue is very similar to "fatal error: bits/libc-header-start.h: No such file or directory" while compiling HTK, however it occurs during Electron package rebuilding on linux: ┌──(kali♥...
krysto's user avatar
  • 211
0 votes
0 answers
666 views

node-gyp-build: npm install sodium-native error; what is exit code 1?

I am attempting to install sodium native as an npm package on OpenBSD 7.3 amd64. Aside: As a dependency of Hypercore, Hyperbee and Corestore. This needs node-gyp. Following this, I set the C and C++ ...
Lee's user avatar
  • 30.6k
1 vote
1 answer
121 views

Bindings of jq to nodejs undefined symbol

I have a problem regarding binding jq library using node-gyp. I have 2 node-gyp files for building the nan code for building the JQ code You can see the full repo in here https://github.com/...
Daniel Sinai's user avatar
1 vote
0 answers
561 views

error gyp, node self-signed certificate in certificate chain

Good day. I have the problem. gyp ERR! stack FetchError: request to https://nodejs.org/download/release/v18.0.0/node-v18.0.0-headers.tar.gz failed, reason: self-signed certificate in certificate chain ...
A.Serobabov's user avatar

15 30 50 per page
1
2 3 4 5
12