Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Yarn error when trying to install plugin #1648

Closed
aso824 opened this issue Aug 22, 2019 · 5 comments
Closed

[Bug] Yarn error when trying to install plugin #1648

aso824 opened this issue Aug 22, 2019 · 5 comments
Labels
stale Bot: Stale Issue

Comments

@aso824
Copy link

aso824 commented Aug 22, 2019

  • 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.

@gschier
Copy link
Contributor

gschier commented Aug 23, 2019

Looks like you're experiencing the same thing as in #905

The workaround, for now, is to manually install the plugin within the plugins folder using NPM.

@stale
Copy link

stale bot commented Oct 22, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Bot: Stale Issue label Oct 22, 2019
@stale stale bot closed this as completed Oct 29, 2019
@asyba
Copy link

asyba commented Feb 20, 2020

Similar issue:

image

@DamienGarrido
Copy link

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

@Nditah
Copy link

Nditah commented 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Bot: Stale Issue
Projects
None yet
Development

No branches or pull requests

5 participants