-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cannot read properties of undefined (reading 'filename') #419
Comments
@pbrisbin thanks for reporting, i'll have a look tonight :) |
I succeeded to reproduce the issue on linux (MegaLinter build ^^) I'll do what i can to fix, as it's probably in node-java-caller package ^^ |
nvuillam
added a commit
that referenced
this issue
Aug 29, 2024
nvuillam
added a commit
that referenced
this issue
Aug 29, 2024
nvuillam
added a commit
that referenced
this issue
Aug 29, 2024
Thanks! |
@pbrisbin working well now ? :) |
Yup, v15.0.2 passed CI and we updated our Restyler to it. |
Ah that's too bad. We do have some tests, that passed. So the issue must be limited in scope. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the error in the title attempting to run
npm-groovy-lint --version
.You can reproduce using a node20 docker image with the following:
I get:
Omitting
--version
produces the same error. But--help
seems to work.Everything was working fine with v14.6.
For context, I maintain Restyled, which wraps this project as a Restyler. Our CI is failing on the update to v15.
The text was updated successfully, but these errors were encountered: