Search Criteria
Package Details: hyper 3.2.3-2
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 hyper.js terminal |
Licenses: | MIT |
Conflicts: | hyperterm |
Replaces: | hyperterm |
Submitter: | aabmass |
Maintainer: | None |
Last Packager: | flakusha |
Votes: | 63 |
Popularity: | 0.099224 |
First Submitted: | 2016-10-10 16:38 (UTC) |
Last Updated: | 2022-06-13 09:32 (UTC) |
Dependencies (6)
- gconf (gconf-gtk2)
- electron (electron-beta-bin, electron-nightly-npm, electron13-bin, electron16-bin, electron15-bin, electron14-bin, electron17-bin, electron18-bin, electron20-bin, electron19-bin) (make)
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, fnm-bin, fnm, nodejs-lts-fermium, nodejs-lts-gallium) (make)
- npm (nodejs6-bin, nodejs-nightly) (make)
- python2 (make)
- yarn (yarn-nightly) (make)
Latest Comments
JaydenDev commented on 2022-07-22 21:43 (UTC)
i don't understand why this was orphaned, a new stable release hasn't even been released yet. I can assure you the maintainer will probably update this package when 3.3.0 releases.
flakusha commented on 2022-06-13 09:33 (UTC)
Hello! I have updated npm dependency for hyper, but I cannot manage the wayland environment patch at the moment (lack of spare time), orphaning the package for now. v3.3.0 is not stable at the moment so I cannot risk updating to it.
jtheoof commented on 2022-05-31 02:40 (UTC)
Also it would be nice to tweak a little the startup script by doing something similar as to what code is doing. This way we would be able to start hyper in a pure wayland environement by just playing with the
electron-flags.conf
file.jtheoof commented on 2022-05-31 02:21 (UTC)
I believe the
PKGBUILD
is missing amakedpends
onnpm
. 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:
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 likehyper install
,hyper list
,hyper version
, etc. just launches hyper, whilehyper --help
shows the following message: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:
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:
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.gypHowever, 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?
ionlights commented on 2018-11-03 15:23 (UTC)
Am getting:
Fix appears to be:
ln -s /usr/lib/hyper/resources/bin/hyper /usr/local/bin/hyper
hyper [<args>]
.commented on 2018-09-19 18:27 (UTC)
Electron build fails to complete the task and therefore returns an error making it impossible to install using both Yay and Trizen as of what I've tried. Please fix this problem. More information can be found using the following link: https://pastebin.com/qkAWSmRm
major commented on 2018-07-19 14:48 (UTC)
My build is hangs for around 4-5 minutes at electron-chromedriver, and then the buid fails. Earlier, the it wasn't able to install Nodejs, which I had to install manually. Is this some bug, or some problem from my side?
P.S. I tried the same on another machine, and it hangs at electron-chromedriver again.
MarkPitman commented on 2018-05-01 20:16 (UTC)
aabmass and I agree, this package will follow stable releases only. I am going to unflag the package. If someone wants to follow canary builds, maybe fork this package and create a
hyper-git
package ¯_(ツ)_/¯MarkPitman commented on 2018-04-24 20:38 (UTC)
Now that 2.x.x is mainline, should we create separate package that tracks the post 2.x.x canary builds?
MarkPitman commented on 2018-04-06 22:49 (UTC)
If you have problems building it may be because you have npm 5.8.0 installed. Downgrading to npm 5.7.1 should solve the problem.
npm -i -g npm@5.7.1
aabmass commented on 2017-12-24 03:37 (UTC)
Hey guys , sorry for the slow update. I updated the pkgbuild and I'm just using the canary versions since the "latest release" is pretty old. Also, hoping that your AUR wrappers detect the update even though the pkgver is now lower alphabetically..
rakmial commented on 2017-12-13 22:54 (UTC)
@DDoSolitary is correct, package was able to build after modifying pkgver variable in PKGBUILD. You'll need to find $pkgver in the functions and replace it with ${pkgver//_/-} to deal with the hyphen.
The md5 checksum is obviously going to be a problem too. Using yaourt, I did:
yaourt -Syua --m-arg "--skipchecksums" hyper
DDoSolitary commented on 2017-12-08 13:23 (UTC)
It seems that the project has changed naming strategy of prereleases and all the v2.x releases have been renamed to 2.0.0-canary.x. Now the latest release is 2.0.0-canary.8 so the download URL should be changed to https://github.com/zeit/hyper/archive/2.0.0-canary.8.tar.gz.
bugman commented on 2017-12-08 11:14 (UTC)
It seems that the download url is no more valid, trying to install it via yaourt got this error:
==> ERROR: Failure while downloading https://github.com/zeit/hyper/archive/2.1.1.tar.gz Aborting... ==> ERROR: Makepkg was unable to build hyper.
browsing the url returns 404: Not Found
aabmass commented on 2017-09-27 16:25 (UTC)
DDoSolitary commented on 2017-09-27 07:44 (UTC) (edited on 2017-09-27 07:44 (UTC) by DDoSolitary)
aabmass commented on 2017-09-27 04:52 (UTC)
sistematico commented on 2017-09-23 03:58 (UTC)
DDoSolitary commented on 2017-09-22 10:33 (UTC)
aabmass commented on 2017-06-26 18:16 (UTC)
linarcx commented on 2017-06-24 06:48 (UTC)
aabmass commented on 2017-06-19 16:10 (UTC)
sindrenm commented on 2017-06-10 23:49 (UTC)
aabmass commented on 2017-05-25 17:49 (UTC)
Heziode commented on 2017-05-25 17:42 (UTC)
aabmass commented on 2017-05-13 00:13 (UTC)
aabmass commented on 2017-05-12 23:56 (UTC)
nicoulaj commented on 2017-05-12 18:57 (UTC)
fluffynun commented on 2017-05-12 15:05 (UTC)
aabmass commented on 2017-03-18 04:57 (UTC)
dan0cat commented on 2017-03-18 04:48 (UTC)
aabmass commented on 2017-03-17 03:26 (UTC)
dan0cat commented on 2017-03-15 14:00 (UTC)
dan0cat commented on 2017-03-15 13:58 (UTC) (edited on 2017-03-16 00:40 (UTC) by dan0cat)
materemias commented on 2017-02-18 09:51 (UTC)
aabmass commented on 2017-02-17 19:33 (UTC)
materemias commented on 2017-02-17 18:23 (UTC)
aabmass commented on 2017-02-02 03:13 (UTC)
bananaoomarang commented on 2017-01-31 20:18 (UTC)
kveldulf commented on 2017-01-23 00:46 (UTC)
aabmass commented on 2017-01-19 04:58 (UTC)
aabmass commented on 2017-01-19 04:47 (UTC)
Oak commented on 2017-01-19 04:17 (UTC)
jekku commented on 2017-01-19 03:45 (UTC)
fixerfrasse commented on 2017-01-18 22:53 (UTC)
aabmass commented on 2017-01-16 15:56 (UTC)
aabmass commented on 2017-01-16 15:40 (UTC)
aabmass commented on 2017-01-16 15:36 (UTC)
kveldulf commented on 2017-01-15 19:53 (UTC)
nicoulaj commented on 2017-01-13 17:24 (UTC)
nicoulaj commented on 2017-01-13 17:18 (UTC) (edited on 2017-01-13 17:20 (UTC) by nicoulaj)
aabmass commented on 2017-01-12 15:13 (UTC)
nicoulaj commented on 2017-01-12 14:37 (UTC)
aabmass commented on 2017-01-12 02:54 (UTC)
commented on 2017-01-12 00:41 (UTC)
aabmass commented on 2017-01-11 17:27 (UTC)
rakmial commented on 2017-01-10 20:22 (UTC)
konstantin commented on 2016-12-31 19:32 (UTC) (edited on 2016-12-31 19:43 (UTC) by konstantin)
graczykr commented on 2016-12-15 20:33 (UTC)
aabmass commented on 2016-12-13 04:44 (UTC)
graczykr commented on 2016-12-05 22:04 (UTC)
BunBum commented on 2016-11-23 20:06 (UTC)
aabmass commented on 2016-11-18 21:21 (UTC)
BunBum commented on 2016-11-17 20:34 (UTC)
aabmass commented on 2016-11-16 04:35 (UTC)
aabmass commented on 2016-11-16 04:17 (UTC)
aleksijohansson commented on 2016-11-14 18:22 (UTC)
duckbrain commented on 2016-11-12 07:25 (UTC)
aabmass commented on 2016-11-08 05:29 (UTC)
hshin23 commented on 2016-11-05 19:08 (UTC)
aabmass commented on 2016-10-10 21:13 (UTC)
aabmass commented on 2016-10-10 15:30 (UTC)
auk commented on 2016-10-09 22:34 (UTC)
aabmass commented on 2016-10-08 03:37 (UTC)
aabmass commented on 2016-10-08 03:10 (UTC) (edited on 2016-10-08 03:11 (UTC) by aabmass)
auk commented on 2016-10-07 23:08 (UTC)
aabmass commented on 2016-10-07 15:54 (UTC)
aabmass commented on 2016-09-15 03:02 (UTC)
tomru commented on 2016-09-14 21:26 (UTC)
aabmass commented on 2016-09-12 15:35 (UTC)
fleischie commented on 2016-09-12 13:40 (UTC)
bounb commented on 2016-09-04 23:03 (UTC)
aabmass commented on 2016-09-03 00:49 (UTC)
fleischie commented on 2016-09-03 00:34 (UTC)
aabmass commented on 2016-08-31 04:19 (UTC)
jeysal commented on 2016-08-30 17:12 (UTC)
aabmass commented on 2016-08-29 14:22 (UTC)
jeysal commented on 2016-08-29 14:12 (UTC)
aabmass commented on 2016-08-17 16:52 (UTC)
jeysal commented on 2016-08-14 17:45 (UTC)
aabmass commented on 2016-08-11 14:39 (UTC)
basil commented on 2016-08-11 12:04 (UTC)
aabmass commented on 2016-08-09 02:43 (UTC)
sukso96100 commented on 2016-08-08 03:37 (UTC)
aabmass commented on 2016-08-05 00:45 (UTC)
aabmass commented on 2016-08-05 00:44 (UTC)
bkuri commented on 2016-08-02 00:28 (UTC)
aabmass commented on 2016-07-26 20:55 (UTC)
tomru commented on 2016-07-26 20:45 (UTC)