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.

[Bug] Yarn error when trying to install plugin

See original GitHub issue
  • Insomnia Version: 6.6.2
  • Operating System: Linux Mint 19 (64-bit)

Details

When I open Plugins tab in Preferences And I type anything in box near button “Install Plugin”, then I press that button Then red box with error is displayed:

Yarn error /snap/insomnia/32/insomnia: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory

And I see in DevTools only this new line:

[plugins] Fetching module info from npm

Insomnia is installed via Snap. Only npm is installed in OS.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Nditahcommented, May 10, 2022

Error Installing Plugin in Insomnia

If you installed insomnia via snap, you will encounter this error if you try installing plugin. Screenshot from 2022-05-10 09-24-42

SOLUTION

Remove insomnia snap remove insomnia

Then

# Add to sources
echo "deb [trusted=yes arch=amd64] https://download.konghq.com/insomnia-ubuntu/ default all" \
    | sudo tee -a /etc/apt/sources.list.d/insomnia.list

# Refresh repository sources and install Insomnia
sudo apt-get update
sudo apt-get install insomnia
2reactions
DamienGarridocommented, Feb 4, 2022

Similar issue on Ubuntu Focal : Error: Yarn error /snap/insomnia/166/insomnia: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error Codes | Yarn - Package Manager
This error means that this process failed and Yarn cannot successfully figure out which version of the package should be added to your...
Read more >
POT insomnia plugin installation failed - Stack Overflow
Make sure it is installed in plugins folder of Insomnia. After installation is complete Reload plugins. At least this worked for me.
Read more >
Troubleshooting Common Errors - Gatsby
Problems with the cache · Errors with common plugin configurations. Installing plugins for styling results in Generating SSR bundle failed · Errors in...
Read more >
Hardhat errors | Ethereum development environment for ...
Unless you are creating a task or plugin, this is probably a bug. ... Please install Hardhat locally using npm or Yarn, and...
Read more >
React integration guide - JavaScript - Bugsnag docs
npm install --save @bugsnag/js @bugsnag/plugin-react # or yarn add ... You can also use the FallbackComponent to display a custom error screen to...
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