You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version. Identifiers MUST comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers MUST NOT include leading zeroes.
What I don't understand is where those are coming from? They sure are not in my package.json, I even tried looking at my package-lock.json!
Hello, I am trying to bundle my first real task. This task has a package.json file that has this dependency:
This returns this error:
I have tried with many different semver but they either are not working because they are not available from NPM, or throw this error.
To me, this is happening because of the padded 0 after the beta part.
From Semantic Versioning 2.0.0
What I don't understand is where those are coming from? They sure are not in my package.json, I even tried looking at my package-lock.json!
EDIT:
The text was updated successfully, but these errors were encountered: