mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
When creating a new project using the --link-cli option, the linking command was hard-coded to use npm link @angular/cli. This commit replicates the behaviour of npm-install where the package manager is obtained from the global config and is then used for linking. Close #5524