Skip to content

Instantly share code, notes, and snippets.

@hamzahamidi
Created July 24, 2018 07:54
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 hamzahamidi/900897e6c71b7954dfba2c19e7539d8c to your computer and use it in GitHub Desktop.
Save hamzahamidi/900897e6c71b7954dfba2c19e7539d8c to your computer and use it in GitHub Desktop.
default package manager YARN, NPM, CNPM
# make YARN default
ng config -g cli.packageManager yarn
# make CNPM default
ng config -g cli.packageManager cnpm
# make NPM default
ng config -g cli.packageManager npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment