Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant