Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active May 29, 2019 04:40
Show Gist options
  • Save clonn/6591908 to your computer and use it in GitHub Desktop.
Save clonn/6591908 to your computer and use it in GitHub Desktop.
node install flow by nvm
# linux or mac
cd ~/
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
cat ~/.nvm/nvm.sh >> ~/.bashrc
source ~/.nvm/nvm.sh
nvm install v10.15.3
nvm use v10.15.3
nvm alias default v10.15.3
# windows user please download this.
# https://github.com/coreybutler/nvm-windows/releases
# and follow the guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment