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
Change error message for devbox add when a package is not found (#1088)
## Summary
Change error message for devbox add when a package is not found. To
repro:
`devbox add hellow@latest`
Original output:
```
Error: No results found for "hellow@latest".
```
New output:
```
Error: No results found for "hellow@latest".
To search for packages, use the `devbox search` command
```
## How was it tested?
```
devbox run build
devbox add hellow@latest
```
0 commit comments