Unable to install react-native-queue (node-pre-gyp install --fallback-to-build)
See original GitHub issueGoals
Am trying to build sample background task application. successfully installed ‘react-native-background-fetch’ and ‘react-native-background-task’ and linked too. But am unable to the library ‘react-native-queue’.
Expected Result
Successful installation of the library -> react-native-queue
Actual Results
installation failed. with error-> ack Error: Failed to execute ‘node-gyp.cmd configure --fallback-to-build --module=C:\Users\aithashi\Sample-native\backgroundexmp\node_modules\realm\compiled\node-v51_win32_x64\realm.node --module_name=realm --module_path=C:\Users\aithashi\Sample-native\backgroundexmp\node_modules\realm\compiled\node-v51_win32_x64’ (1)
npm ERR! realm@2.3.1 install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the realm@2.3.1 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 realm package,
npm ERR! not with npm itself.
Steps to Reproduce
installing the package ‘npm i react-native-queue’ is not installing.
Showing : npm ERR! realm@2.3.1 install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
Code Sample
npm WARN errno: -4048, npm WARN code: ‘EPERM’, npm WARN syscall: ‘scandir’,
Version of Realm and Tooling
"react": "16.3.0-alpha.1",
"react-native": "0.54.2",
- Client OS & Version: windows 10
- Which debugger for React Native: None
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:12 (6 by maintainers)
Top GitHub Comments
@thecryptovalley We don’t support node 10 yet 😦. Please use an other version of node.
Same thing with me “react-native”: “0.61.5” node v12.14.1