Search Criteria
Package Details: cinny-web 3.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cinny.git (read-only, click to copy) |
---|---|
Package Base: | cinny |
Description: | Yet another matrix client — web version |
Upstream URL: | https://cinny.in |
Licenses: | MIT |
Submitter: | dusansimic |
Maintainer: | dusansimic |
Last Packager: | dusansimic |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-20 22:31 (UTC) |
Last Updated: | 2023-10-28 22:59 (UTC) |
Dependencies (2)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- npm (nodejs6-binAUR, corepackerAUR) (make)
Latest Comments
ZhangHua commented on 2023-10-25 08:31 (UTC) (edited on 2023-10-25 08:32 (UTC) by ZhangHua)
You may need to add
export NODE_OPTIONS="--max_old_space_size=4096"
inbuild()
or we may meetJavasSript heap out of memory
exception. You can see here for more info.mo_rijndael commented on 2023-03-02 22:22 (UTC)
It would be nice to have config separated in /etc/webapps/cinny/config.json, and a symlink to it in /usr/share/webapps/cinny/ Also, setting a backup= var in PKGBUILD to make sure config will not be overwritten
q234rty commented on 2022-08-17 04:07 (UTC)
This needs
npm install --legacy-peer-deps
instead ofnpm install
to build.