[Dependency hell]

Wanted to install something but the binary wouldn't run on my old Ubuntu so I need to compile from source, but that needs pnpm, which needs a newer node, but the binary from nvm won't run so I need to compile that too but my C++ compiler is too old so I need to update that […]

Comments