Hi,
I got 2 issues while building this package which I solved as indicated below:
Issue 1:
==> Starting build()...
node: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory
==> ERROR: A failure occurred in build().
Aborting...
To solve this issue, I had to add (and build AUR package) icu71
to the makedepends
array.
Issue 2:
==> Starting build()...
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error electron-builder@23.3.3: The engine "node" is incompatible with this module. Expected version ">=14.0.0". Got "12.22.12"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
==> ERROR: A failure occurred in build().
Aborting...
To solve this issue, I replaced my nodejs-lts-erbium
package with nodejs-lts-hydrogen
. I think we should have "nodejs>=14"
added to the makedepends
array as well.
I hope it helps.
Thanks.
Pinned Comments
pschichtel commented on 2024-04-30 20:18 (UTC) (edited on 2024-04-30 20:19 (UTC) by pschichtel)
Before marking the package out of date, please first check that the new version is not a pre-release. I'm tracking releases, not pre-releases.
jijojosephk commented on 2024-02-05 02:42 (UTC)
Talk to community members here:
https://matrix.to/#/#teams-for-linux_community:gitter.im