Files
bun.sh/test/cli/install
Claude Bot 08d7426fd0 fix(install): silently ignore missing literal workspace paths
Previously, `bun install` would error with "Workspace not found" when a
literal workspace path (e.g. "terraform") didn't exist, but silently
succeed when a glob pattern (e.g. "terraform*") matched nothing. This
inconsistency differed from npm, which treats both cases identically
with silent success.

Now both literal and glob workspace paths that don't resolve to a valid
package.json are silently skipped, matching npm behavior.

Closes #26970

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-12 14:52:29 +00:00
..
2023-03-07 12:22:34 -08:00
2023-03-07 12:22:34 -08:00
2023-03-07 12:22:34 -08:00
2025-08-27 06:39:11 -07:00
2025-11-14 16:49:21 -08:00
2023-10-12 15:17:03 -07:00