Package Details: hyper 3.4.1-1

Git Clone URL: https://aur.archlinux.org/hyper.git (read-only, click to copy)
Package Base: hyper
Description: A terminal built on web technologies
Upstream URL: https://hyper.is/
Keywords: hyper.js terminal
Licenses: MIT
Conflicts: hyperterm
Replaces: hyperterm
Submitter: aabmass
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 64
Popularity: 0.000078
First Submitted: 2016-10-10 16:38 (UTC)
Last Updated: 2023-01-10 08:41 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »

jtheoof commented on 2022-05-31 02:21 (UTC)

I believe the PKGBUILD is missing a makedpends on npm. I got an error at some point because I had not that package installed. Built without any issue after that.

jef commented on 2021-04-07 04:13 (UTC)

Latest builds: error: failed retrieving file 'npm-7.7.6-1-any.pkg.tar.zst'

bet4it commented on 2020-01-21 03:45 (UTC)

@hellopeach @rmx You can use hyper-git on AUR.

rmx commented on 2019-11-22 13:55 (UTC) (edited on 2019-11-22 14:02 (UTC) by rmx)

Installing with yay:

==> Sources are ready.
==> Making package: hyper 3.0.2-1 (2019-11-22T14:52:31 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
app/renderer/bundle.js doesn't exist
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat 'dist/linux-unpacked/*': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
Error making: hyper

hellopeach commented on 2019-10-25 04:32 (UTC) (edited on 2019-10-25 04:32 (UTC) by hellopeach)

The hyper terminal I installed from this AUR package with yay seems to be missing command line argument support? Commands like hyper install, hyper list, hyper version, etc. just launches hyper, while hyper --help shows the following message:

Hyper version 3.0.2
Hyper does not accept any command line arguments. Please modify the config file instead.
Hyper configuration file located at: ~/.hyper.js

Hyper 3.0.2 I installed on other platforms (Ubuntu, Windows, etc.) doesn't have this issue, any idea how to fix this?

bob418 commented on 2019-06-28 06:42 (UTC) (edited on 2019-06-28 06:45 (UTC) by bob418)

@DDoSolitary I use Manjaro KDE 18.0.4. It has version 2.1.2-1 listed in community packages. The packager is Stefano Capitani stefano@manjaro.org. Every time when I run "sudo pacman -Syu", I get warning message:

warning: hyper: local (3.0.2-1) is newer than community (2.1.2-1)
 there is nothing to do

DDoSolitary commented on 2019-06-28 06:32 (UTC)

@bob418 I can't find the package in community

bob418 commented on 2019-06-28 02:13 (UTC) (edited on 2019-06-28 02:13 (UTC) by bob418)

It conflicts with the same-named package in community (2.1.2-1). I got the following message when trying to install it:

:: Retrieving package(s)...
hyper is available in community
:: failed to retrieve packages

However I could download the snapshot and run "makepkg -si" to install it.

bogdanbiv commented on 2019-05-19 22:38 (UTC) (edited on 2019-05-19 22:40 (UTC) by bogdanbiv)

I get this weird error: gyp: Call to 'node -e "require('nan')"' returned exit status 0 while in binding.gyp. while trying to load binding.gyp

However, I have already installed nan globally just before. Please check this log for further details: https://pastebin.com/embed_js/N6mR5R2m

So, what am I missing, please?

$ sudo npm install -g cross-env gyp nan
[sudo] password for bogdanbiv: 
/usr/bin/cross-env -> /usr/lib/node_modules/cross-env/dist/bin/cross-env.js
/usr/bin/cross-env-shell -> /usr/lib/node_modules/cross-env/dist/bin/cross-env-shell.js
+ gyp@0.5.0
+ cross-env@5.2.0
+ nan@2.14.0
added 22 packages from 25 contributors in 4.44s

jmuchovej commented on 2018-11-03 15:23 (UTC)

Am getting:

Failed to symlink Hyper CLI { Error: EACCES: permission denied, symlink '/usr/lib/hyper/resources/bin/hyper' -> '/usr/local/bin/hyper'
  errno: -13,
  code: 'EACCES',
  syscall: 'symlink',
  path: '/usr/lib/hyper/resources/bin/hyper',
  dest: '/usr/local/bin/hyper' }

Fix appears to be: ln -s /usr/lib/hyper/resources/bin/hyper /usr/local/bin/hyper

  • This happens immediately post installation and appears whenever you run hyper [<args>].