Skip to content

Instantly share code, notes, and snippets.

@fastmover
Created August 12, 2024 22:11
Show Gist options
  • Save fastmover/8a00b70da43d370f8febbe7c40f8d9ef to your computer and use it in GitHub Desktop.
Save fastmover/8a00b70da43d370f8febbe7c40f8d9ef to your computer and use it in GitHub Desktop.
install nvm, download & use latest LTS
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
nvm install --lts
npm use --lts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment