Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package manager:PNPM not supported in circleci orb #442

Open
Petra-N opened this issue Nov 30, 2023 · 7 comments
Open

package manager:PNPM not supported in circleci orb #442

Petra-N opened this issue Nov 30, 2023 · 7 comments

Comments

@Petra-N
Copy link

Petra-N commented Nov 30, 2023

Hey all,
Just wanted to ask, when will circleci orb support pnpm as well. Currently working on a project which is using pnpm, would like to run cypress in ci and it would be definitely easier if pnpm would be supported as well.

Thanks a lot!
Petra

@ramykl
Copy link

ramykl commented Dec 6, 2023

Any update about this. This would be useful, or at least add more documentation around how to use this with pnpm

@ramykl
Copy link

ramykl commented Dec 6, 2023

PR to support this in the Node orb, and then we can add it here. CircleCI-Public/node-orb#199

@MikeMcC399
Copy link

See also https://circleci.com/developer/orbs/orb/cypress-io/cypress#usage-pnpm

@LingVuDev
Copy link

LingVuDev commented Mar 26, 2024

The error message still remains as the underlying node orb does not support pnpm in it's enum.

start-command: pnpm dev
install-command: pnpm install
package-manager: pnpm
Type error for argument pkg-manager: expected type: enum ("npm" "yarn" "yarn-berry"), actual value: "pnpm" (type string)

@JuicyBenjamin
Copy link

We are experiencing the same issue. Would be nice if looked at.
Screenshot 2024-04-15 at 14 33 13

@pho3nixf1re
Copy link

Is this simply a matter of adding pnpm to the enum or is there more that needs to be done? If so I can submit a PR today if we can get a release out quickly. This has become a big blocker for my team and I would like to have it resolved quickly if possible.

For others that may come along here in the future, can we bypass this limitation by using cypress/run-tests directly?

@pho3nixf1re
Copy link

I see now that this is actually an issue with the official node orb which does not support pnpm. Has anyone found a way around this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants