-
Notifications
You must be signed in to change notification settings - Fork 148
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
npm ERR! code ELSPROBLEMS
#990
Comments
It looks like bd92122 was the commit that introduced the problem.
bd92122 is #966 (cc @anonrig) but AFAICT the problem didn't occur for the commits in that PR (a merge issue?). |
@richardlau Can you reproduce the error locally? |
@anonrig I haven't tried. |
It seems to be the issue caused by
@isaacs did node-tap change it's exit code? |
npm ls is a good thing to check, and fails when the dep graph is invalid. Extraneous or missing deps can cause it. It’s best to fix the underlying problem. |
This seems like an npm tree optimization bug. I opened npm/cli#6856 |
Should we disable |
I've noticed the "Node.js CI" badge on the README is red (failing):
Clicking on the badge leads to https://github.com/nodejs/citgm/actions?query=workflow%3A%22Node.js+CI%22 and the most recent runs on
main
are green:Clicking on one of the green builds shows annotations even though the subjobs are all green:
e.g. https://github.com/nodejs/citgm/actions/runs/6347014207
Clicking on one of the annotations shows that npm is returning exit code 1 in the "Print installed dependencies" step.
e.g. https://github.com/nodejs/citgm/actions/runs/6347014207/job/17241378354#step:12:991
The text was updated successfully, but these errors were encountered: