Dependency conflict with nodejs package
Description:
The bitwarden-cli package in Arch Linux depends on nodejs-lts-hydrogen which conflicts with nodejs (currently v22.3.0). Installing bitwarden-cli requires one to remove nodejs. However nodejs is required by many other tools.
When installing bitwarden-cli from the upstream repository with npm (npm install -g @bitwarden/cli) it works fine with the current version of nodejs (v22.3.0).
Is there a specific reason not to depend on nodejs instead or could you change the dependency?
Steps to reproduce:
-
Install
nodejs:pacman -S node -
Install
bitwarden-cli:$ pacman -S bitwarden-cli resolving dependencies... looking for conflicting packages... :: nodejs-lts-hydrogen-18.20.3-1 and nodejs-22.3.0-1 are in conflict. Remove nodejs? [y/N]