-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Description
Description
When running vp commands in a node+npm project, a packageManager entry in package.json is automatically added. However, we only ever use the version of npm that comes bundled with the node version we're using. By setting this to a number, it can get out of sync with the node version in use.
Suggested solution
Seeing as vp is able to detect an npm project simply by the presence of a package-lock.json file, I suggest not adding this field automatically. Or, if it does, to keep it in sync with the version actually being used with node.
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
Labels
No labels
Type
Fields
Give feedbackPriority
None yet
Start date
None yet
Target date
None yet
Effort
None yet