-
Notifications
You must be signed in to change notification settings - Fork 151
vp create with non-global package manager #1239
Copy link
Copy link
Open
Labels
Description
Description
vp create works perfectly when I have a global package manager. Conversely, if I try to create a project using vp create and then install a package manager for per-project mode using methods like mise, it fails.
The experience would be much better if I could start working without a pre-installed package manager, as I've always installed package managers per-project mode without a global package manager (except for npm).
Suggested solution
- During
vp createwhen selecting a package manager:
- It may check if the user has a global package manager, and provides their selections.
- If no other global package manager exists, it will fall back to the npm package manager.
- When
vpacts as a package manager:
- It provides a padding for vp, providing the functionality to download a package manager.
vpitself is a package manager (requiringvpto implement functions similar to npm, pnpm, yarn, etc.).
Alternative
No response
Additional context
No response
Validations
- Read the Contributing Guidelines.
- Confirm this request is for Vite+ itself and not for Vite, Vitest, tsdown, Rolldown, or Oxc.
- Check that there isn't already an issue requesting the same feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet
Start date
None yet
Target date
None yet
Effort
None yet