@D3vil0p3r Did you edit the PKGBUILD? I just cloned the PKGBUILD in a chrooted environment and it built successfully.
edit: since you have a similar issue for the bruno-git
PKGBUILD, not related to husky but to rollup for that one, I believe the issue is in your build process/environment: both husky
and rollup
are installed via npm in the node_modules/.bin/ folder, a path added to $PATH when invoked through the npm
command. They should be available for every npm run ...
command if the dependencies are correctly installed (done in the prepare function of the PKGBUILD). If you edited the PKGBUILD, make sure this is still done.
Pinned Comments
vianney commented on 2024-11-28 21:31 (UTC) (edited on 2025-01-09 08:31 (UTC) by vianney)
Hi there,
1.35.0 has been out there for a week and while an updated PKGBUILD builds, bruno only displays its error screen when I try to test it. I haven't found why yet.
I also have very limited time to work on this issue for now so if you're interested in the 1.35.0, do not hesitate to try and have a go at it.
edit: just tried with 1.36.1 and the issue persists.
edit (2025, 9th of january): issue still persists with 1.38.1.