question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error updating plugins

See original GitHub issue

Each 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:closed
  • Created 7 years ago
  • Reactions:122
  • Comments:94 (9 by maintainers)

github_iconTop GitHub Comments

123reactions
freeallcommented, Feb 23, 2017

If you get this error, this fix should work:

In your hyper config file (~/.hyper.js) add this:

config: {
  ...
  shell: '/bin/zsh' // Or the shell you use
  ...
}

To find out which shell you are currently using, you can do this (on macOS): echo $0.

16reactions
cedric-marconecommented, Feb 23, 2017

Confirmed : config: { shell: '/bin/bash' }

=> Issue fixed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found