-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
area: @angular/createfeatureIssue that requests a new featureIssue that requests a new featurefeature: votes requiredFeature request which is currently still in the voting phaseFeature request which is currently still in the voting phase
Description
🚀 Feature request
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
A clear and concise description of the problem or missing capability...When using yarn create @angular
to scaffold a new application, it still uses npm
to install dependencies.
Describe the solution you'd like
If you have a solution in mind, please describe it.When using a different package manager` to scaffold a new application, it should use the package manager used to initiate the command.
npm init @angular - npm
yarn create @angular - yarn
pnpm create @angular - pnpm (if pnpm works?)
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The alternative command works
yarn create @angular -- --package-manager yarn
Metadata
Metadata
Assignees
Labels
area: @angular/createfeatureIssue that requests a new featureIssue that requests a new featurefeature: votes requiredFeature request which is currently still in the voting phaseFeature request which is currently still in the voting phase