Skip to content

Instantly share code, notes, and snippets.

@kprasad99
Last active July 30, 2022 09:09
Show Gist options
  • Save kprasad99/c0ef23d1cdc8d8a6f8ad3f03a0ab028c to your computer and use it in GitHub Desktop.
Save kprasad99/c0ef23d1cdc8d8a6f8ad3f03a0ab028c to your computer and use it in GitHub Desktop.
Switch Package Manager from Angular CLI

Below command switches package manager from NPM to YARN

$ ng config -g cli.packageManager yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment