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.

Installing throws 404 on AWS package binary link

See original GitHub issue

I’m trying npm i --save hummus-recipe, but it says the following:

node-pre-gyp WARN Using needle for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(404): https://hummus.s3-us-west-2.amazonaws.com/hummus/v1.0.108/node-v79-darwin-x64-unk
nown.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for hummus@1.0.108 and node@13.8.0 (node-v79 ABI, unknown) (falling back to 
source compile with node-gyp) 

After that, it just starts compiling the library by itself from scratch and then fails with an error. What could be the issue? I have the node-pre-gyp installed. I’m on macOS Catalina 10.15.3, Node version 13.8.0.

Thanks 😃

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
chunyenHuangcommented, May 9, 2020

@govindrai I am planning working on a fork version for the HummusJS so I can continue to support the new platforms.

1reaction
eeallen1commented, Mar 5, 2020

This isn’t a solution, but just in case someone else runs into this issue, you can always revert to an older version of Node to get it working. I’m using node version 10.15.3, but I’m sure others work as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installing throws 404 on AWS package binary link · Issue #172
I'm trying npm i --save hummus-recipe, but it says the following: node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Tried to ......
Read more >
S3 URL not found issue when install worker.sh is ... - GitHub
When running the MAKE file with default specifications, the install-worker.sh fails to download the binaries kubelet, ...
Read more >
How to Fix 404 Error When You Try to Install a Package on EC2
This blog post describes how to deal with the following error when trying to install a package on an AWS EC2 instance (graviton)....
Read more >
Troubleshooting errors in AWS Glue
If AWS Glue fails to successfully run a crawler to catalog your data, it might be because of one of the following reasons....
Read more >
Ubuntu 18.04 throws 404 error while fetching dependencies
I run into this issue almost every time I set up a new box. Run sudo apt update before you install the packages....
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