Error updating plugins
See original GitHub issueEach time I start HyperTerm or try to update plugins, I get this notification:
Error updating plugins
Check `~/.hyperterm_plugins/npm-debug.log` for more information.
My plugin works, but this error keeps coming up. Not sure how to start debugging because the said npm-debug.log
doesn’t exist. I tried reinstalling HyperTerm but still the same problem.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:122
- Comments:94 (9 by maintainers)
Top Results From Across the Web
WordPress Plugin Update Failed: How to Fix It
WordPress Plugin Update Failed: Solutions · Define a WP_TEMP_DIR in Your Wp-Config.Php File: · Change the File and Directory Permissions · Change ...
Read more >How to Fix Problems Updating WordPress Plugins by ...
Knowledge base article with advice on what to do if you have problems updating Barn2's WordPress plugins. First, check your license key is...
Read more >Error when updating plugins
Hi,. For some reason, when i try to update any plugin, i get the below error: Update Failed: Download failed. A valid URL...
Read more >Error Page after updating plugins in WordPress
One of the main reasons you'll see an update error screen is because you left the update screen before your site finished updating...
Read more >WordPress Update Failed Error: How to Fix it
1. Check Internet Connection and Site URL · 2. Check REST API Status using Site Health · 3. Disable all the Plugins ·...
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
If you get this error, this fix should work:
In your hyper config file (
~/.hyper.js
) add this:To find out which shell you are currently using, you can do this (on macOS):
echo $0
.Confirmed :
config: { shell: '/bin/bash' }
=> Issue fixed.