-
Notifications
You must be signed in to change notification settings - Fork 522
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-server]: UncaughtException:: file.detectType is not a function #2093
Comments
Unfortunately, the test fails because of bazel-contrib/rules_nodejs#2093
Unfortunately, the test fails because of bazel-contrib/rules_nodejs#2093
Confirmed: karma ^5.1.0 breaks the implementation of concatjs. The right fix to to convert |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs in two weeks. Collaborators can add a "cleanup" or "need: discussion" label to keep it open indefinitely. Thanks for your contributions to rules_nodejs! |
This issue was automatically closed because it went two weeks without a reply since it was labeled "Can Close?" |
This is likely still an issue, reopening |
just ran into this. still an issue |
for anyone encountering this, i was able to work around it with the following pinned versions in "karma": "~4.1.0",
"karma-coverage": "^2.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "^1.5.2",
"karma-requirejs": "1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "0.3.7", |
I am encountering the same issue. In my case it was enough to change the version of
The error occurs after upgrading |
This issue has been automatically marked as stale because it has not had any activity for 90 days. It will be closed if no further activity occurs in two weeks. Collaborators can add a "cleanup" or "need: discussion" label to keep it open indefinitely. Thanks for your contributions to rules_nodejs! |
I'm still having this issue. Posting this so the bot doesn't close it. Currently working with Edit: Can we import |
Please see the Karma project's karma-runner/karma#3537, where they say the issue is with rules_nodejs.
The text was updated successfully, but these errors were encountered: