Created
August 12, 2024 22:11
-
-
Save fastmover/8a00b70da43d370f8febbe7c40f8d9ef to your computer and use it in GitHub Desktop.
install nvm, download & use latest LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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