Questions tagged [node-pre-gyp]

50 questions
0
votes
0 answers

Building node-sqlite3 binarys

I'm working with a Linux i386 (ia32) System and need Node-Sqlite3 binaries for it. I saw the package not officially supports 32-Bit Linux and want to build the binaries on my own. The GitHub page states that "If your environment isn't supported,…
Noel Huibers
  • 109
  • 12
0
votes
0 answers

How to resolve bcrypt package error in linux system?

Hi I have cloned a nestJs project from git. To run that project , try to install the node modules using the npm i It prompts the error as below : kathishkumaran@kathish-Latitude-3420:~/Documents/projects$ npm i npm ERR! code 1 npm ERR! path…
0
votes
0 answers

Tensorflow/tfjs-node install issue on Linux Development Server

I have a NodeJS project that is using danfojs-node and @tensorflow/tfjs-node on node version 14.20.1. The project is able to run successfully on Mac OS, but when I try to deploy to a development environment in Cloud Foundry, it bombs out with the…
0
votes
0 answers

Clang Error when installing DuckDb as part of a project

Was trying to setup a github repo locally (owid/owid-grapher) but keep running into this clang error issue which leads to node-gyp and node-pre-gyp errors I call it using npm_config_build_from_source=true yarn install and then everything works up…
0
votes
1 answer

Unable to build @tensorflow/tfjs-node

The problem: Basically I cannot manage to install the last version of tensorflow for node (npm install @tensorflow/tfjs-node). Main concern: which versions of node.js, node-gyp, node-pre-gyp, visual studio code and python may I use? As the followed…
0
votes
2 answers

`node-pre-gyp install` related error in Ubuntu 18.04

I'm trying to start working on an Angular project in my Ubuntu 18.04 system, but the npm i command fails after printing the following: ../ext/channel.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE…
Asghwor
  • 353
  • 5
  • 16
0
votes
1 answer

Encountering error while installing a NPM package

When I try to install bcrypt via NPM, I get this error: npm ERR! code 127 npm ERR! path Z:\Authentication-Service\node_modules\bcrypt npm ERR! command failed npm ERR! command bash -c node-pre-gyp install --fallback-to-build npm ERR!…
Xandrrrr
  • 118
  • 1
  • 6
0
votes
2 answers

Next.js app deploys successfully on Vercel, but fails on Amplify

I am currently trying to host my next.js app on AWS Amplify, but it fails every single time. I am using Git CI/CD pipeline. When the same app is deployed on Vercel, it got deployed in just 60 sec, and it works. Here's the error I am…
Atharv Kurdukar
  • 115
  • 2
  • 12
0
votes
1 answer

node-pre-gyp --fallback-to-build error while installing canvas module

I am facing issues while deploying my project to ElasticBeanStalk there is node-pre-gyp --fallback-to-build error while installing canvas 2.7.0 module. I am not sure this is permission error which is metion as Error: EACCES: permission denied,…
0
votes
0 answers

node-pre-gyp install --fallback-to-build html-to-docx

Does anyone know what is causing this error? Only seems to be when I try to install this html-to-docx package, all others are fine. I've already tried adding gyp manually to package.json, downgrading node.js with nvm as well as installing with the…
0
votes
0 answers

MeteorJS Mup deployment: Hanging on 'node-pre-gyp WARN Using request for node-pre-gyp https download '

My MeteorJS mup deployment to digital ocean has suddenly stopped working today. On attempting to deploy to the server via MUP it successfully pushes the bundle to the server, but --verbose shows it is just hangs on the below and doesn't successfully…
Nate88
  • 21
  • 5
0
votes
1 answer

Not able to find dependency (node-pre-gyp) with electron, using electron-builder

I'm using electron and one of my dependencies is using node-pre-gyp for prebuilding some node native modules. Node-pre-gyp is not working properly with webpack, so I decided to import my library to use it as external. Everything works fine locally,…
caraie
  • 1,094
  • 7
  • 18
0
votes
1 answer

package.json is not node-pre-gyp ready, but what do the properties mean?

I want to deploy an app to heroku. A while ago it was working, but when I tried to push, now it gives me "Push rejected". I tried to run node-pre-gyp install and it tells me that my package.json is not node-pre-gyp ready, telling me…
Hamuel
  • 3
  • 1
  • 1
  • 3
0
votes
2 answers

I got an error when I use npm to install wrtc@0.2.1

I'm trying to use the npm command to install MyEtherWallet-v5.0.10 on Ubuntu18.04, and when installing "wrtc@ 0.2.1" it just failed Node version 11.14.0 Npm version 6.7.0 CMake version 3.14.3 I already used node version 8,10,11,12 by nvm, all…
SinTan1071
  • 53
  • 9
0
votes
1 answer

How to install node-sqlite3, but skip the build step and provide my own build of sqlite3?

I am interested in understanding how to install node-sqlite3, but provide by own precompiled package of sqlite3: I just want to install the Node client and skip the build phase entirely during install. How can I do this? (Reasoning: I am going to…
jsejcksn
  • 27,667
  • 4
  • 38
  • 62