`npm ERR! code ELSPROBLEMS`
@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):
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
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.