How to change package manager for Angular Cli v6.0.3 to yarn? I tried:
ng set --global packageManager=yarn
But Angular says:
You can set global configuration using
ng config -g cli.packageManager yarn
If you want to set the package manager for a particular project then go to the root directory of the project and use the following command
ng config cli.packageManager yarn