question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed at the bignum@0.12.5 install script

See original GitHub issue

Hello all, starting to pull my hair out. I’ve tried to install home bridge but keep hitting the road block of node and npm versions. Any help would be appreciated. I have also tried to remove and reinstall node and npm but it just won’t update to the newer versions.

npm ERR! Linux 4.4.26+ npm ERR! argv “node” “/usr/local/bin/npm” “install” “-g” “homebridge” npm ERR! node v0.10.29 npm ERR! npm v3.10.9 npm ERR! code ELIFECYCLE

npm ERR! bignum@0.12.5 install: node-pre-gyp install --fallback-to-build npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bignum@0.12.5 install script ‘node-pre-gyp install --fallback-to-build’. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the bignum package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-pre-gyp install --fallback-to-build npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs bignum npm ERR! Or if that isn’t available, you can get their info via: npm ERR! npm owner ls bignum npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /home/pi/npm-debug.log

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
KhaosTcommented, Oct 25, 2016
npm ERR! node v0.10.29

You are still using node 0.10.29… Try install node v6.x using the following command

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
0reactions
mehrdadnavidcommented, Sep 25, 2018

edit package.json and bignum 0.13.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not able to install bignum@0.12.5 in node 8.9.0 linux #103
Failed at the bignum@0.12.5 install script 'node-pre-gyp install --fallback-to-build'. npm ERR! Make sure you have the latest version of node.js ...
Read more >
npm-install bignum Failing - node.js - Stack Overflow
I had a similar problem (Error: spawn C:\Python34 ENOENT) trying to download socket.io npm install -g socket.io. I added an environment variable to...
Read more >
Salesforce CPQ post install script failure on upgrade due to ...
The Salesforce CPQ package installed correctly but the post-install script failed. Please review the error messages, make the necessary ...
Read more >
equihash-solomining/Lobby - Gitter
Failed at the bignum @0.12.5 install script. npm ERR! This is probably not a problem with npm. ... /root/.npm/_logs/2018-12-01T11_10_54_318Z-debug.log
Read more >
npm update fails with cryptonote - Server Fault
npm bignum requires Python version 2.7 installed. Found out from another poster that Python 3+ does not run some functions in my libraries....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found