Skip to content

Instantly share code, notes, and snippets.

@rdeak
Created May 19, 2025 13:56
Show Gist options
  • Save rdeak/653083b4fd5d7c458a03b0a10d30f799 to your computer and use it in GitHub Desktop.
Save rdeak/653083b4fd5d7c458a03b0a10d30f799 to your computer and use it in GitHub Desktop.
How to upgrade node version and install pnpm

How to install latest node version with NVM

nvm install 24
nvm alias default 24
node -v
corepack enable
npm install -g corepack
pnpm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment