An open API service indexing awesome lists of open source software.

https://github.com/hamlim/bun-scoped-pkg-patch-bug

bun patch bug with scoped packages
https://github.com/hamlim/bun-scoped-pkg-patch-bug

Last synced: about 1 year ago
JSON representation

bun patch bug with scoped packages

Awesome Lists containing this project

README

          

# bun-scoped-pkg-patch-bug

Reproduction:

- Clone this repo
- Run `bun install` (ensure you're using a version of bun with `bun patch`, you can do `bun upgrade --canary` to get the latest version)
- Run `bun patch @contentlayer/cli`
- See error below:

```sh
bun patch @contentlayer/cli@0.3.4
[0.49ms] ".env"
bun patch v1.1.13-canary.1 (386bc212)

[477.00ms] done

error: could not find package: @contentlayer/cli@0.3.4
```