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
bun patch works as it does with a "plain" package name, e.g. bun patch react
What do you see instead?
bun patch @contentlayer/[email protected]
[0.49ms] ".env"
bun patch v1.1.13-canary.1 (386bc212)
[477.00ms] done
error: could not find package: @contentlayer/[email protected]
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.13-canary.1+386bc212b
What platform is your computer?
Darwin 23.5.0 arm64 arm
What steps can reproduce the bug?
bun init
)@contentlayer/cli
bun patch
support, e.g.bun upgrade --canary
)bun patch @contentlayer/cli
Example repo: https://github.com/hamlim/bun-scoped-pkg-patch-bug
What is the expected behavior?
bun patch
works as it does with a "plain" package name, e.g.bun patch react
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: