Alan Agius
f93de8071f
fix(@angular/create): use appropriate package manager to install dependencies
...
Previously, NPM was always used to install dependencies even when using `yarn create` or `pnpm create`.
Closes #23617
2022-07-22 14:00:57 -04:00
Alan Agius
467ba5af82
docs: remove @latest
reference from npm init
command
...
NPM doesn't correctly handle version specifier for scoped packages when using the `init` command
See: https://github.com/npm/cli/issues/5175
2022-07-18 15:29:44 -04:00
Alan Agius
cfe93fbc89
feat(@angular/create): add support for yarn create
and npm init
...
With this change we add support to scaffold an Angular workspace using `yarn create @angular` and `npm init @angular`. These shortcuts support all of the `ng-new` options.
Closes #10339 and closes #14292
2022-07-12 10:19:23 -07:00