react-native-queue icon indicating copy to clipboard operation
react-native-queue copied to clipboard

Download failed (404)

Open safeer-ahmed opened this issue 6 years ago • 3 comments

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.

safeer-ahmed avatar Apr 24 '19 04:04 safeer-ahmed

same problem for me any solution pls

dileepbolisetti avatar May 14 '19 14:05 dileepbolisetti

Same problem, I'm on ubuntu 18.4.2

Notcracker avatar Jun 27 '19 08:06 Notcracker

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.

geocfu avatar Oct 20 '19 13:10 geocfu