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

Running JS linter... never completes #36747

Closed
ronag opened this issue Dec 31, 2020 · 5 comments
Closed

Running JS linter... never completes #36747

ronag opened this issue Dec 31, 2020 · 5 comments
Labels
build Issues and PRs related to build files or the CI.

Comments

@ronag
Copy link
Member

ronag commented Dec 31, 2020

Not sure if this is the right place for this issue. However, when I run make -j4 test on master it gets stuck on Running JS linter.... I've tried running ./configure again but that doesn't seem to help.

Any ideas what might cause this?

@aduh95
Copy link
Contributor

aduh95 commented Jan 1, 2021

Sometimes the linter takes a very long time to complete when the cache has been invalidated. Could this be it?

@ronag
Copy link
Member Author

ronag commented Jan 1, 2021

It's been running for almost an hour now... I don't that's it.

@richardlau richardlau transferred this issue from nodejs/build Jan 2, 2021
@targos targos added the build Issues and PRs related to build files or the CI. label Jan 3, 2021
@Trott
Copy link
Member

Trott commented Jan 10, 2021

You can try running ESLint with the --debug flag and see if it reveals where it's hanging.

tools/node_modules/eslint/bin/eslint.js --cache --debug --report-unused-disable-directives --ext=.js,.mjs,.md .eslintrc.js benchmark doc lib test tools

@aduh95
Copy link
Contributor

aduh95 commented Mar 10, 2021

Are you still experiencing this issue?

@ronag
Copy link
Member Author

ronag commented Mar 10, 2021

Nope

@ronag ronag closed this as completed Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

No branches or pull requests

4 participants