-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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]: TypeError: Cannot read property 'unmask' of undefined #728
Comments
I got the same error with autobahn. I think it's related to websockets/ws#1010 but I didn't succeed to resolve the problem. Anyway, we probably won't find an answer here. This issue can be closed. |
It works fine after But crashes after So i think this issue relates to karma, but not to ws or autobahn |
If you remove autobahn from your project, |
Why karma can't start autobahn? Autobahn don't know about karma anything so we should not ask him from my point of view. |
My guess is karma has issues with websockets as you can see here : websockets/ws#1010 & karma-runner/karma#2593 I just had this error today and didn't have time to investigate further. |
Maybe this related with new nodejs. I had this issue first time after node 7.7.2->7.10.0 upgrade. |
A workaround that works for me: remove old node_modules/ |
seems resolved in karma. |
Hello! I just started new project with vue-webpack template and get this error when start Karma.
My configuration is
OS: linux
nodejs 7.10.0
Thanks!
package.json
The text was updated successfully, but these errors were encountered: