The cypress npm package is installed, but the Cypress binary is missing. #15939
Unanswered
Muhammadehsan2019
asked this question in
CI setup
Replies: 2 comments 4 replies
-
Can you provide more details like the full CI config file? Do you set the |
Beta Was this translation helpful? Give feedback.
1 reply
-
@bahmutov |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@bahmutov
@jennifer-shehane
I am trying to integrate Cypress with Jenkins using a FreeStyle Project. I am getting the below error message:
I have followed the directions on #2634
but when I use CYPRESS_CACHE_FOLDER=cache/Cypress or CYPRESS_CACHE_FOLDER=./node_modules/cypress/cache/Cypress npx cypress open I get the error that CYPRESS_CACHE_FOLDER is not recognized.
The cypress npm package is installed, but the Cypress binary is missing.
We expected the binary to be installed here: C:\Windows\system32\config\systemprofile\AppData\Local\Cypress\Cache\6.8.0\Cypress\Cypress.exe
Reasons it may be missing:
Properly caching the binary will fix this error and avoid downloading and unzipping Cypress.
Alternatively, you can run 'cypress install' to download the binary again.
https://on.cypress.io/not-installed-ci-error
Beta Was this translation helpful? Give feedback.
All reactions