Skip to content
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

feat: provide support for other package manager like pnpm or yarm #30104

Open
3 tasks done
rajinder-yadav opened this issue Dec 26, 2024 · 1 comment
Open
3 tasks done
Labels

Comments

@rajinder-yadav
Copy link

Prerequisites

Describe the Feature Request

I'm on a Linux system and for me NPM now take forever to install packages and sometimes just halts for minutes.

So I have switched to using 'pnpm' and I would like to be able to create a ionic project where pnpm is used as my package manager.

Ionic CLI is hardcoded to use 'npm' even when I've made an alias for 'npm' as 'pnpm' on my Linux system. As a result npm just hangs creating an ionic project.

Describe the Use Case

Creating a new project and or general package management.

Describe Preferred Solution

Just provide a switch to set the package manager, I suggest:

---pnpm
--yarm

Better yet just discover if 'pnpm' or 'yarn' are already install on the system and default to use one of them.

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

@ionitron-bot ionitron-bot bot added the triage label Dec 26, 2024
@Ornel21

This comment was marked as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants