You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: