nodejs / nodejs/citgm

`npm ERR! code ELSPROBLEMS`

Open
#990 7 comments 0 reactions 1 assignee View on GitHub

@anonrig is already working on this.

Since Sep 29, 2023.

Dominant language
JavaScript
Stars
606
Forks
157
Avg merge
3d 23h
Merged PRs (30d)
3

Description

I've noticed the "Node.js CI" badge on the README is red (failing):
image

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:
image
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

image

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

Run npm ls --all
npm ERR! code ELSPROBLEMS
npm ERR! invalid: wrap-ansi@6.2.0 /home/runner/work/citgm/citgm/node_modules/tap/node_modules/wrap-ansi
citgm@9.0.2 /home/runner/work/citgm/citgm

├── ansi-regex@6.0.1
npm ERR! A complete log of this run can be found in: /home/runner/.npm/_logs/2023-09-29T04_03_07_033Z-debug-0.log
...
Error: Process completed with exit code 1.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.