https://github.com/linbudulab/strapi-pnpm-bug-repro
https://github.com/linbudulab/strapi-pnpm-bug-repro
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linbudulab/strapi-pnpm-bug-repro
- Owner: LinbuduLab
- License: mit
- Created: 2022-03-29T08:58:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T09:23:32.000Z (about 3 years ago)
- Last Synced: 2025-01-25T11:42:00.806Z (5 months ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# #12837
- Related issue: [#12837]([https://github.com/strapi/strapi/issues/12837#partial-timeline#)
This is a problem I've only encountered in pnpm workspace so far, and this repository is an example of what can be replicated. It also contains two examples where neither works:
- As a workspace package: [strapi-graphql-starter](packages/strapi-graphql-starter/)
- As a sub-folder inside project, which is not regarded as a workspace package, but use a shared lock file(pnpm-lock.yaml): [strapi-project](strapi-project/).To reproduce, you can run:
```bash
pnpm install
pnpm run develop --filter="strapi-graphql-starter"cd strapi-project
pnpm install
pnpm run develop
```