Comment on page
Invalid version
As we process packages from the npm ecosystem, it is essential that they are listed with a valid version for our systems to check them properly. If you have been redirected to this issue, it may be due to a dependency listed with a SemVer non-compliant version in your
package.json
file.
Make sure that the dependency version follows the right format.
If the version is invalid, it means the whole
package.json
is invalid.Last modified 8mo ago