Package Details: insomnia 9.3.3-1

Git Clone URL: https://aur.archlinux.org/insomnia.git (read-only, click to copy)
Package Base: insomnia
Description: Cross-platform HTTP and GraphQL Client
Upstream URL: https://github.com/Kong/insomnia
Licenses: MIT
Submitter: kpcyrd
Maintainer: Gobidev
Last Packager: Gobidev
Votes: 23
Popularity: 0.003877
First Submitted: 2020-10-19 17:29 (UTC)
Last Updated: 2024-07-31 17:03 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

wereii commented on 2020-10-27 11:18 (UTC)

@luxcem Confirming, works like a charm now. Thank you.

luxcem commented on 2020-10-26 12:54 (UTC)

@wereii It should be fixed now.

wereii commented on 2020-10-20 10:03 (UTC) (edited on 2020-10-20 10:04 (UTC) by wereii)

There is a abi mismatch with electron from repository, running insomnia fails with error:

The module ... was compiled against a different Node.js version using
NODE_MODULE_VERSION 80. This version of Node.js requires
NODE_MODULE_VERSION 82.

/usr/bin/electron -a says 82

This is partly caused by the insomnia's convoluted packaging (npm->lerna->packages/insomnia-app) but as well by your current pkgbuild which only rips out the resulting asar bundle and then running it with system-wide electron.

SpotlightKid commented on 2020-09-09 17:38 (UTC)

This package should be named insomnia and the insomnia package should be renamed to insomnia-bin.

vscncls commented on 2020-04-27 11:17 (UTC)

@tdemin done!

tdemin commented on 2020-04-27 10:46 (UTC)

Needs npm in build dependencies list. If building without npm installed:

==> Starting build()...
/home/tdemin/.cache/yay/insomnia-src/PKGBUILD: line 45: npm: command not found
==> ERROR: A failure occurred in build().
    Aborting...

neeks commented on 2019-08-13 16:59 (UTC)

@ccat3z thanks! I'm so use to scripting for cross-distro environments that it didn't cross my mind that realpath could be used for easier detection

ccat3z commented on 2019-08-13 16:34 (UTC) (edited on 2019-08-13 16:35 (UTC) by ccat3z)

@neeks thanks for your help. 6.6.2-2 support both electron3 and electron3-bin.

If you want to install electron3-bin instead of electron3, you can install electron3-bin before building this package.

$ yay -S electron3-bin --asdeps
$ yay -S insomnia-src