Skip to content

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ should output nothing without package.json
**Exit code:** 1

```
No package.json found.
error: Package not found in workspace: `<workspace>`
```

## `vp pm list`
Expand All @@ -17,5 +17,5 @@ should output nothing without package.json
**Exit code:** 1

```
No package.json found.
error: Package not found in workspace: `<workspace>`
```

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion crates/vp_global_cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ async fn run_package_manager_command(
&& let Some(manager) =
system_package_manager(selected.package_manager_type, &system_path).await
{
vp_pm_cli::dispatch_with_resolved_package_manager(&cwd, command, manager, selected).await?
vp_pm_cli::dispatch_with_resolved_package_manager(&cwd, command, manager).await?
} else {
let selected = commands::env::package_manager::resolve_current(&cwd).await?;
match selected {
Expand Down
Loading
Loading