We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to run yarn test, Chrome Headless (which was previously installed as root in Dockerfile) throws an errno = Operation not permitted error:
yarn test
root
errno = Operation not permitted
May be a local error similar to #209, but need to test it further. I'm running yarn test as user node.
node
The text was updated successfully, but these errors were encountered:
This is caused by Chrome Headless missing the --no-sandbox flag in karma.conf.js.
--no-sandbox
karma.conf.js
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When trying to run
yarn test
, Chrome Headless (which was previously installed asroot
in Dockerfile) throws anerrno = Operation not permitted
error:May be a local error similar to #209, but need to test it further. I'm running
yarn test
as usernode
.The text was updated successfully, but these errors were encountered: