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

karma-chrome-launcher does not work with node > 12 #647

Open
simonseyock opened this issue Jun 4, 2021 · 1 comment
Open

karma-chrome-launcher does not work with node > 12 #647

simonseyock opened this issue Jun 4, 2021 · 1 comment

Comments

@simonseyock
Copy link
Member

If karma-chrome-launcher gets installed with node > 12, it does not work. That means npm test fails because it cannot connect to the browser. If it is however installed with node <= 12, it does work, even if the npm test command was called with node > 12.

I added node <= 12 to the package.json engines field.

@simonseyock simonseyock changed the title If karma-chrome-launcher gets installed with node > 12, it does not work karma-chrome-launcher does not work with node > 12 Jun 4, 2021
@marcjansen
Copy link
Member

marcjansen commented Jun 4, 2021

Have we tried configuring it as described here: https://github.com/karma-runner/karma-chrome-launcher#headless-chromium-with-puppeteer, e.g. with an explicit path?

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

2 participants