Error downloading files
See original GitHub issueWhen I run a command like bible 'Genesis 1:1'
, I get this error:
info ~/.bible directory was not found. Downloading packages. This may take a while.
/usr/local/lib/node_modules/bible/bin/bible:189
if (err) { throw err; }
^
Error: Command failed: /bin/sh -c npm install
installation/preinstall.sh: line 7: wget: command not found
installation/preinstall.sh: line 11: wget: command not found
npm ERR! Darwin 14.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.1
npm ERR! npm v2.7.3
npm ERR! code ELIFECYCLE
npm ERR! bible-romanian@0.1.0 preinstall: `installation/preinstall.sh`
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the bible-romanian@0.1.0 preinstall script 'installation/preinstall.sh'.
npm ERR! This is most likely a problem with the bible-romanian package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! installation/preinstall.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls bible-romanian
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/adamharris/.bible/ro/npm-debug.log
at ChildProcess.exithandler (child_process.js:744:12)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1008:16)
at Socket.<anonymous> (child_process.js:1176:11)
at Socket.emit (events.js:107:17)
at Pipe.close (net.js:476:12)
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Fix file download errors - Google Chrome Help
To fix the error: Cancel the download and try again. Instead of clicking the file to download, right-click the link and select Save...
Read more >8 Ways Fix Download Errors in Google Chrome - WebNots
Fixing Various Download Errors in Chrome · 1. Downloads Blocked · 2. Virus Detected or Virus Scan Failed · 3. Network Failed ·...
Read more >How to Fix “Download Failed: Network Error” on Chrome
How to Fix “Download Failed: Network Error” on Chrome · Check Your Internet Connection · Change Download Location · Use Incognito Mode ·...
Read more >Download Failed: Network Error in Google Chrome [2022 Guide]
2. Other general fixes · Use Incognito mode in Google Chrome. · Reset Chrome settings. · Remove Chrome extensions. · Install the latest...
Read more >Error message when you try to download a file by using ...
This issue is caused by a handle leak that occurs in Windows. The handle leak then prevents Internet Explorer from emptying the Temporary...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dawsonpaul Can you post the content of
~/.bible-config.json
?@dawsonpaul See #19. Or follow https://github.com/BibleJS/BibleApp/issues/18#issuecomment-172739460 directly.