You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
As noted in PR fix: Fix the PNPM example test #492 the current master branch is failing on a release attempt of
cypress-io/[email protected]
.The tag v3.4.1 has been created, https://circleci.com/developer/orbs/orb/cypress-io/cypress however shows
cypress-io/[email protected]
as current version.https://app.circleci.com/pipelines/github/cypress-io/circleci-orb/1980/workflows/d6852e7e-67f2-4268-bc7e-ecf6f4e14169
In Pnpm Example
Installing PNPM packages
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:The text was updated successfully, but these errors were encountered: