-
Notifications
You must be signed in to change notification settings - Fork 12k
[FEAT]: Use the appropriate package manager by default when using @angular to install #23617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Love the idea @brandonroberts. |
This feature request is now candidate for our backlog! In the next phase, the community has 60 days to upvote. If the request receives more than 20 upvotes, we'll move it to our consideration list. You can find more details about the feature request process in our documentation. |
…ndencies Previously, NPM was always used to install dependencies even when using `yarn create` or `pnpm create`. Closes angular#23617
…ndencies Previously, NPM was always used to install dependencies even when using `yarn create` or `pnpm create`. Closes angular#23617
…ndencies Previously, NPM was always used to install dependencies even when using `yarn create` or `pnpm create`. Closes angular#23617
…ndencies Previously, NPM was always used to install dependencies even when using `yarn create` or `pnpm create`. Closes angular#23617
…ndencies Previously, NPM was always used to install dependencies even when using `yarn create` or `pnpm create`. Closes angular#23617
Awesome! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🚀 Feature request
Command (mark with an
x
)Description
A clear and concise description of the problem or missing capability...When using
yarn create @angular
to scaffold a new application, it still usesnpm
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
The text was updated successfully, but these errors were encountered: