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