Skip to content

Instantly share code, notes, and snippets.

@jsjoeio
Created December 13, 2017 20:47
Show Gist options
  • Save jsjoeio/296e00a885e9665e4c53e9aad5e9fa6e to your computer and use it in GitHub Desktop.
Save jsjoeio/296e00a885e9665e4c53e9aad5e9fa6e to your computer and use it in GitHub Desktop.
Twilio App - npm install --global yarn
Josephs-MacBook-Pro:~ josephprevite$ npm install --global yarn
npm WARN deprecated yarn@1.3.2: It is recommended to install Yarn using the native installation method for your environment. See https://yarnpkg.com/en/docs/install
/usr/local/bin/yarnpkg -> /usr/local/lib/node_modules/yarn/bin/yarn.js
/usr/local/bin/yarn -> /usr/local/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.3.2
updated 1 package in 0.929s
Josephs-MacBook-Pro:~ josephprevite$ brew install yarn
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
google-authenticator-libpam igv
==> Updated Formulae
node ✔ enchant grpc paket
antlr erlang@18 gspell pandoc
antlr4-cpp-runtime erlang@19 gtkspell3 pilosa
apm-server flyway hdf5@1.8 pipenv
bfg freediameter heroku plantuml
bitrise fuse-zip juju pow
chakra fuseki juju-wait pqiv
conjure-up gedit latexila pushpin
corebird git-crypt libhttpseverywhere reposurgeon
davmail gitg mujs sec
dhall-json gnome-builder node-build zurl
docfx gnome-recipes nsd
dpkg gpgme nvm
Warning: yarn 1.3.2 is already installed, it's just not linked.
You can use `brew link yarn` to link this version.
Josephs-MacBook-Pro:~ josephprevite$ brew link yarn
Linking /usr/local/Cellar/yarn/1.3.2...
Error: Could not symlink bin/yarn
Target /usr/local/bin/yarn
already exists. You may want to remove it:
rm '/usr/local/bin/yarn'
To force the link and overwrite all conflicting files:
brew link --overwrite yarn
To list all files that would be deleted:
brew link --overwrite --dry-run yarn
Josephs-MacBook-Pro:~ josephprevite$ brew link --overwrite yarn
Linking /usr/local/Cellar/yarn/1.3.2... 2 symlinks created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment