Skip to content

Instantly share code, notes, and snippets.

@LiamPerson
Created April 25, 2025 07:00
Show Gist options
  • Save LiamPerson/e9450ca0c7a2793fbd48c4b575fa79bc to your computer and use it in GitHub Desktop.
Save LiamPerson/e9450ca0c7a2793fbd48c4b575fa79bc to your computer and use it in GitHub Desktop.
How to install `pnpm` in the VSCodium flatpak

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment