Skip to content

Instantly share code, notes, and snippets.

@kkoziarski
Created November 24, 2017 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkoziarski/8dfe673d15b9d36ff824defa79c5054a to your computer and use it in GitHub Desktop.
Save kkoziarski/8dfe673d15b9d36ff824defa79c5054a to your computer and use it in GitHub Desktop.
Yarn for Angular CLI

To enable Yarn for Angular CLI run the following command:

ng set --global packageManager=yarn

To revert it back to using npm use this:

ng set --global packageManager=npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment