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

Add an option for Package Manager #35

Open
3 of 6 tasks
sarvex opened this issue Jul 6, 2023 · 0 comments
Open
3 of 6 tasks

Add an option for Package Manager #35

sarvex opened this issue Jul 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sarvex
Copy link

sarvex commented Jul 6, 2023

Clear and concise description of the problem

Currently, we have these two options

  • Vite: Build command - npm build
  • Vite: Dev command - npm dev

The default package manager is NPM and to change it PNPM I have to change both these options.

Suggested solution

It would be great if the package manager can be selected based on the .lock file. But if that is too complex just add another option to change the package manager

  • Vite: Package Manager - [npm/yarn/pnpm]

Alternative

It would be great if the package manager can be selected based on the .lock file

Additional context

No response

Validations

@sarvex sarvex added the enhancement New feature or request label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant