npm ls
should NOT return an exit code of 1 if it finds unmet peer dependencies
#456
Answered
by
ljharb
apoorva-sriv
asked this question in
RRFC
-
Clone of npm/npm#17624 since that repo was archived |
Beta Was this translation helpful? Give feedback.
Answered by
ljharb
Sep 15, 2021
Replies: 1 comment 6 replies
-
It absolutely should return nonzero; unmet peer deps mean your entire dep graph is invalid. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
apoorva-sriv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It absolutely should return nonzero; unmet peer deps mean your entire dep graph is invalid.