-
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 failing in CITGM across all platforms/versions #897
Comments
@nodejs/npm |
I spent a while yesterday trying to remove the colour codes from the output. I thought adding |
TERM=dumb might do it? |
No the forced color output in tests is much deeper than that. I spent a few days on it. Ended up with a failed draft PR about a month ago that I never was able to come back to. I also started consolidating color output in npm itself: npm/cli#4781, which is a step in the right direction but this probably isn't going to be feasible until we are a little further down the path of fixing our tests to use the real npm object instead of a fake object. |
This could be a cool solution: https://plugins.jenkins.io/ansicolor/ |
Thoughts @nodejs/citgm @nodejs/build? I know adding any more plugins is 'yet another thing to update'. But, the last release was 8 months ago so I'm hopeful it wouldn't be too noisy/cause too much additional work. |
Stripping the codes, one of the errors:
|
@BethGriggs I've shared in the internal CLI chat to get someone to take a look. |
I'm guessing this could be more a CITGM side-effect - it's likely we're setting different |
it seems like this is indeed an environment issue rather than a legit failure. |
npm is/has been a regular failure in CITGM across all platforms/versions for a while. It's probably an important one to try to fix so we can properly track regressions.
Recent reruns on npm-v8.6.0 fail on all platforms:
There are a few different failures, with some obscured by other problems.
The text was updated successfully, but these errors were encountered: