You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install): auto-create package.json when missing in vp install / vp add (#545)
Running `vp install` or `vp add` in a directory without package.json previously
failed with "Package not found in workspace". Now a minimal `{ "type": "module" }`
package.json is created automatically, allowing PM detection and install to proceed.
0 commit comments