惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
D
Docker
N
Netflix TechBlog - Medium
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
L
LangChain Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
博客园_首页
量子位
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
D
DataBreaches.Net
I
InfoQ
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
H
Help Net Security
V
V2EX

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - webcord
2026-06-25 · via AUR Newest Packages

Hanabishi commented on 2025-12-13 16:29 (UTC)

Hmm, weird, it worked at the time of update. NPM has probably changed something.

Although npm ci is important for build reproducibility, only upstream could properly fix this issue, so will fallback to regular npm i for now.

Fixed in 4.12.1-2.

Comminux commented on 2025-12-13 13:17 (UTC) (edited on 2025-12-13 13:17 (UTC) by Comminux)

The build failed with an error for a whole month, and only now have I managed to figure it out with the latest update.

prepare() {
cd "${_snapshot}"
npm install # Need to add
npm ci --omit=dev --ignore-scripts --no-bin-links --prefix=.
rm -r 'sources/code/build'
rm 'sources/assets/icons/app.ic'*
}

The error was in prepare():

npm error code EUSAGE
npm error
npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm error
npm error Missing: encoding@0.1.13 from lock file
npm error Missing: iconv-lite@0.6.3 from lock file
npm error
npm error Clean install a project
npm error
npm error Usage:
npm error npm ci
npm error
npm error options:
npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
npm error [--no-bin-links] [--no-fund] [--dry-run]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [--workspaces] [--include-workspace-root] [--install-links]
npm error
npm error aliases: clean-install, ic, install-clean, isntall-clean
npm error
npm error Run "npm help ci" for more info
npm error A complete log of this run can be found in: /home/kanamori/.npm/_logs/2025-12-13T13_09_22_408Z-debug-0.log

Hanabishi commented on 2024-10-18 11:08 (UTC)

Upstream uses 32 atm. Unexpected consequences lead to false reports there. I would not risk it.

You can do it for yourself though. Tunable is literally on the line 1 of the PKGBUILD.

uetcis commented on 2024-10-18 08:26 (UTC)

Hanabishi commented on 2024-07-30 21:37 (UTC)

Report bugs upstream. I'm not a developer, I package the app as is.

bmirtsching commented on 2024-07-30 15:15 (UTC) (edited on 2024-07-31 14:19 (UTC) by bmirtsching)

Installed Webcord today. When I attempt to share screen, the app immediately closes. Any ideas?

Update: I was able to get it to work after a system reboot. Thanks

Hanabishi commented on 2024-03-06 20:28 (UTC)

The issue was resolved, so I bumped the dependency to Electron 29. Let's hope it won't explode 🙂

avgfossenjoyer commented on 2024-03-03 20:50 (UTC)

Ah, I was not aware of that. I built it with electron29-bin instead so I assumed electron29 would have the same behavior.

Hanabishi commented on 2024-03-03 00:56 (UTC) (edited on 2024-03-03 01:13 (UTC) by Hanabishi)

There is an issue in official electron29 package. It is pretty much unusable currently as it simply crashes on launch.

You can try it yourself though, if you are feeling lucky. Edit the 1st line in the PKGBUILD to use electron29. Report if you succeed 🙂

avgfossenjoyer commented on 2024-03-03 00:48 (UTC)