-
How can I ignore this error while yarn install ? yarn -v // 2.4.3 |
Beta Was this translation helpful? Give feedback.
Answered by
arcanis
Dec 14, 2021
Replies: 1 comment 1 reply
-
You can't. Packages must be properly defined, and it seems one of yours is broken (invalid version number format, doesn't respect the semver rules). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
strelov1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't. Packages must be properly defined, and it seems one of yours is broken (invalid version number format, doesn't respect the semver rules).