:: Resolving dependencies...
error: could not find all required packages:
nodejs-lts-hydrogen (wanted by: requestly-bin -> electron23)
Another person also commented on the electron23 package that nodejs-lts-hydrogen doesn't exist to build electron23. I made it work by manually installing (as dependency with `--asdeps) electron23-bin before installing this package.
Another fix would of course be if this doesn't explicitly require electron23 but works with a newer electron?
When building normally or in chroot:
Another person also commented on the electron23 package that
nodejs-lts-hydrogendoesn't exist to build electron23. I made it work by manually installing (as dependency with`--asdeps) electron23-bin before installing this package.Another fix would of course be if this doesn't explicitly require electron23 but works with a newer electron?