Skip to content

fix(npm): log npm warn messages as warning #1523

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

moritz-baecker-integra
Copy link

@moritz-baecker-integra moritz-baecker-integra commented Feb 27, 2025

Deprication warnings have "npm warn" as messsage, not npm WARN.

This pull request fixes a problem of marking npm warn messages as errors.
This is solved by checking for "npm warn" and not only "npm WARN" as warnings string.

image

I confirm that the pull-request:

  • Follows the contribution guidelines
  • Is based on my own work
  • Is in compliance with my employer

Deprication warnings have "npm warn" as messsage, not npm WARN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant