-
Notifications
You must be signed in to change notification settings - Fork 101
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
Failed Installing NPM packages #491
Comments
Have you considered committing a
|
@MikeMcC399 Thanks for the suggestion, but that isnt an option for us. The package.json and lock files are built on the fly in one of our circle jobs. Is there a way to tell cypress/run to wait for previous jobs to finish first? I tried finding something like that on the docs, but didnt see anything like that. Thanks! |
That is more of a CircleCI topic than a Cypress one. See CircleCI > Workflow orchestration > Sequential job execution for instance. |
@MikeMcC399 Thank you! |
The orb does not work as expected
what version of the orb are you currently using?
cypress-io/cypress@3
paste the
circle.yml
file if possible or at least the relevant portionI expect my cypress test pipe to successfully pass
cypress pipe fails stating "The
npm ci
command can only install with an existing package-lock.json blah blah blah"The text was updated successfully, but these errors were encountered: