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
- Host: GitHub
- URL: https://github.com/hamlim/bun-scoped-pkg-patch-bug
- Owner: hamlim
- Created: 2024-06-07T14:29:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T14:33:22.000Z (about 2 years ago)
- Last Synced: 2025-06-08T11:50:17.013Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```