Skip to content

Instantly share code, notes, and snippets.

@kkarimi
Last active December 28, 2019 17:59
Show Gist options
  • Save kkarimi/f06844366e19620a3468131cf6c63933 to your computer and use it in GitHub Desktop.
Save kkarimi/f06844366e19620a3468131cf6c63933 to your computer and use it in GitHub Desktop.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
nvm install 12
nvm use 12
nvm alias default 12
npm install -g npm
npm i -g yarn
yarn global add yarn
npm rm -g yarn
yarn global add npm
npm rm -g npm
yarn global upgrade
yarn global bin
env | grep PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment