Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download failed (404) #47

Open
safeer-ahmed opened this issue Apr 24, 2019 · 3 comments
Open

Download failed (404) #47

safeer-ahmed opened this issue Apr 24, 2019 · 3 comments

Comments

@safeer-ahmed
Copy link

Tried running: npm install --save react-native-queue
And getting following warnings:
Using request for node-pre-gyp https download
Tried to download(404): https://static.realm.io/node-pre-gyp/2.26.1/realm-v2.26.1-node-v67-darwin-x64.tar.gz
Pre-built binaries not found for [email protected] and [email protected] (node-v67 ABI, unknown) (falling back to source compile with node-gyp)

And then following errors:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Attached file having complete logs.

2019-04-24T04_17_59_273Z-debug.log

I also tried running: npm install --build-from-source react-native-queue
But still its not getting installed in my project.

@dileepbolisetti
Copy link

same problem for me any solution pls

@Notcracker
Copy link

Same problem, I'm on ubuntu 18.4.2

@geocfu
Copy link

geocfu commented Oct 20, 2019

Use the node lts version. This fixed the problem for me.
Remove any old node_modules.
Change version to LTS.
Rebuild the node_modules
Make a clean build, ./gradlew clean
And you will be good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants