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

Examples as non root user do not work #443

Closed
claytonneal opened this issue Feb 5, 2021 · 2 comments
Closed

Examples as non root user do not work #443

claytonneal opened this issue Feb 5, 2021 · 2 comments

Comments

@claytonneal
Copy link

The examples for non root users do not work
My setup:

FROM cypress/included:6.2.1
RUN mv /root/.cache /home/node/.cache
USER node
WORKDIR /home/node

then execute this with docker run -u node ...
then execute "cypress verify" and it fails

node@8ff35d3f523c:~$ cypress verify
The cypress npm package is installed, but the Cypress binary is missing.

@AvihuHenya
Copy link

@claytonneal any updates about your issue?

@MikeMcC399
Copy link
Collaborator

@claytonneal

This is a very old issue and in the meantime internal tests should successfully cover what you describe.

I'm going to close this issue now. If you believe that the issue is still occurring in current versions of cypress/included please respond.

@MikeMcC399 MikeMcC399 closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2024
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

No branches or pull requests

3 participants