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

pnpm example failure blocks ability to release new orb #493

Closed
MikeMcC399 opened this issue Nov 8, 2024 · 4 comments
Closed

pnpm example failure blocks ability to release new orb #493

MikeMcC399 opened this issue Nov 8, 2024 · 4 comments
Labels
type: bug 🐛 Something isn't working

Comments

@MikeMcC399
Copy link
Collaborator

MikeMcC399 commented Nov 8, 2024


https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/1980/workflows/d6852e7e-67f2-4268-bc7e-ecf6f4e14169

test deploy fail

In Pnpm Example
Installing PNPM packages

WARN  Ignoring not compatible lockfile at /home/circleci/project/examples/pnpm-install/pnpm-lock.yaml
node_modules/.pnpm                       |  WARN  Ignoring not compatible lockfile at /home/circleci/project/examples/pnpm-install/node_modules/.pnpm/lock.yaml
 ERR_PNPM_NO_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is present

Note that in CI environments this setting is true by default. If you still need to run install in such cases, use "pnpm install --no-frozen-lockfile"

Exited with code exit status 1

Previously however in https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/1979/workflows/bb9d6442-3348-4e0b-9e24-a68534062542 merging into master the test was successful:

test deploy succeed

@MikeMcC399
Copy link
Collaborator Author

@ramykl

Do you know why this is failing and are you able to fix it?

@MikeMcC399
Copy link
Collaborator Author

@MikeMcC399
Copy link
Collaborator Author

@jennifer-shehane

@jennifer-shehane
Copy link
Member

This is released now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants