How to install pnpm in the VSCodium flatpak curl -fsSL https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - source ~/.shrc You can now use pnpm. You can install your node version as wanted as well like so: pnpm env use --global latest