codesandbox / codesandbox/codesandbox-client
CodeSandbox CI failing with pnpm
Open
@lbogdan is already working on this.
Since Nov 17, 2021.
🤔 Improvement
CodeSandbox CI
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 2.4k
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 2
Description
PNPM supports the workspace:^ver format in package.json, which yarn install doesn't support. If a pnpm-lock.yaml is found, it should do a pnpm install instead.
https://ci.codesandbox.io/status/gqless/gqless/pr/180/builds/119442
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.