Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Last active December 13, 2022 09:42
Show Gist options
  • Save steffen-wirth/5dfb341064336b83feadad8a7841f088 to your computer and use it in GitHub Desktop.
Save steffen-wirth/5dfb341064336b83feadad8a7841f088 to your computer and use it in GitHub Desktop.
#install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash;
#logout/login
#install node 12
nvm install 12;
# set new node version as default
nvm alias deafult 12;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment