On Manjaro Linux, I want to replace nodejs-lts-gallium
with the current version, 20.3. I’m trying to use a program that requires version 19.1, but running it with the version installed by the package manager isn’t working. I want to try it with the current version instead. However, when I try to uninstall it, I receive the following error message:
Failed to prepare transaction
could not satisfy dependencies:
- removing nodejs-lts-gallium breaks dependency 'nodejs' required by bash-language-server
- removing nodejs-lts-gallium breaks dependency 'nodejs>=16.14' required by pnpm
- removing nodejs-lts-gallium breaks dependency 'nodejs-lts-gallium' required by stremio
Could you please provide guidance on the proper way to uninstall the LTS version and install the current one?