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(cli): show friendly "No package.json found." for pm subcommands
When running `vp pm`, `vp outdated`, `vp why`, and other package manager
commands in a directory without package.json, the error was verbose and
unfriendly. Now shows a clean "No package.json found." message without
the "Error: " prefix by introducing an Error::UserMessage variant.
0 commit comments