https://github.com/xvezda/repro-pnpm-c3-test-issue
C3 via pnpm minimal reproduction
https://github.com/xvezda/repro-pnpm-c3-test-issue
Last synced: 3 months ago
JSON representation
C3 via pnpm minimal reproduction
- Host: GitHub
- URL: https://github.com/xvezda/repro-pnpm-c3-test-issue
- Owner: Xvezda
- Archived: true
- Created: 2024-03-20T11:31:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-31T06:53:16.000Z (about 1 year ago)
- Last Synced: 2024-10-24T23:18:58.869Z (6 months ago)
- Language: TypeScript
- Homepage: https://github.com/cloudflare/workers-sdk/issues/5311
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repro-pnpm-c3-test-issue
This repository is created by following commands:
```sh
pnpm create cloudflare@latest repro-pnpm-c3-test-issue --type=hello-world --deploy=false --ts --git
```## Solution
```sh
pnpm update wrangler @cloudflare/vitest-pool-workers @cloudflare/workers-types
```See [cloudlfare/workers-sdk#5311](https://github.com/cloudflare/workers-sdk/issues/5311) for more details.