mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix example for "bun pm ls" (#2440)
This commit is contained in:
@@ -424,6 +424,7 @@ $ bun pm bin
|
||||
To print a list of packages installed in the current project and their resolved versions, excluding their dependencies. Use the `--all` flag to print the entire tree, including all nth-order dependencies.
|
||||
|
||||
```bash
|
||||
$ bun pm ls
|
||||
/path/to/project node_modules (5)
|
||||
├── eslint@8.33.0
|
||||
├── react@18.2.0
|
||||
|
||||
Reference in New Issue
Block a user