Package Details: ferdium-git 6.7.4.nightly.0.r6791.89abc14be-1

Git Clone URL: https://aur.archlinux.org/ferdium-git.git (read-only, click to copy)
Package Base: ferdium-git
Description: A messaging browser that allows you to combine your favorite messaging services into one application (git build from latest commit).
Upstream URL: https://ferdium.org/
Licenses: Apache
Conflicts: ferdium, ferdium-beta, ferdium-beta-bin, ferdium-bin, ferdium-electron, ferdium-nightly, ferdium-nightly-bin
Provides: ferdium
Submitter: cedricroijakkers
Maintainer: cedricroijakkers
Last Packager: cedricroijakkers
Votes: 1
Popularity: 0.43
First Submitted: 2022-04-14 11:02 (UTC)
Last Updated: 2024-04-25 01:48 (UTC)

Pinned Comments

cedricroijakkers commented on 2022-09-05 10:42 (UTC)

NOTE: If you are building in a chroot, make sure package systemd-sysvcompat is installed on your system, as this is required for nvm. This cannot be included in the dependencies, since it will break on non-systemd distributions.

cedricroijakkers commented on 2022-04-20 08:17 (UTC)

Please keep in mind that this project is still moving heavily in a lot of directions at the same time, so you can expect build breakages at any time.

If you have the time and knowledge to spare, join us on the Discord server at https://discord.gg/xpNTzgKmHM and make Ferdium better!

Latest Comments

cedricroijakkers commented on 2022-09-05 10:42 (UTC)

NOTE: If you are building in a chroot, make sure package systemd-sysvcompat is installed on your system, as this is required for nvm. This cannot be included in the dependencies, since it will break on non-systemd distributions.

cedricroijakkers commented on 2022-04-20 08:17 (UTC)

Please keep in mind that this project is still moving heavily in a lot of directions at the same time, so you can expect build breakages at any time.

If you have the time and knowledge to spare, join us on the Discord server at https://discord.gg/xpNTzgKmHM and make Ferdium better!

itsmecollinp commented on 2022-04-19 20:08 (UTC)

So, as of now when building I'm getting the error.

devDependencies: + @types/targz 1.0.1 + eslint 8.3.0 + eslint-plugin-unicorn 39.0.0 + fs-extra 10.0.0 + husky 7.0.4 + image-size 1.0.0 + open 8.4.0 + prettier 2.5.0 + simple-git 2.48.0 + targz 1.0.1

ferdium-recipes@1.0.0 package /home/user/.cache/paru/clone/ferdium-git/src/ferdium-git/recipes node scripts/package.js

✅ Successfully packaged and added 232 recipes (0 unsuccessful recipes) npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: ferdium@5.8.2-nightly.7 npm ERR! notsup Not compatible with your version of node/npm: ferdium@5.8.2-nightly.7 npm ERR! notsup Required: {"node":"17.9.0","npm":"8.7.0"} npm ERR! notsup Actual: {"npm":"8.7.0","node":"v16.14.2"}

npm ERR! A complete log of this run can be found in: npm ERR! /home/user/.npm/_logs/2022-04-19T19_57_47_355Z-debug-0.log ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'ferdium-git-develop.r0.ge72bf2cc-1': error: packages failed to build: ferdium-git-develop.r0.ge72bf2cc-1

Which is interesting because if I check my current installs of both node and npm it seems they are both up to date with nodejs-17.9.0-2 and npm-8.7.0. Are there specific dependencies that I missing? Or any specific place I should download npm and nodejs from?