Skip to content

Instantly share code, notes, and snippets.

@cy-park
Last active October 24, 2017 19:41
Show Gist options
  • Save cy-park/50eec1216afcd892a0aa36f9d3e51426 to your computer and use it in GitHub Desktop.
Save cy-park/50eec1216afcd892a0aa36f9d3e51426 to your computer and use it in GitHub Desktop.

1. install C++ compiler

$ xcode-select --install
$ sudo xcodebuild -license
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash

Restart terminal

$ nvm ls-remote | tail
$ nvm install [version]
$ npm update -g

3. install homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install wget
$ brew install yarn --without-node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment