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 Sep 30, 2024. It is now read-only.
t=2022-03-30T06:03:43+0000 lvl=eror msg="failed to parse npm package name retrieved from database" package=@builder.io/qwik/server error="expected dependency in (@scope/)?name@version format but found @builder.io/qwik/server@0"
While the parsing failure is understandable, the problem shouldn't have happened "by construction" -- it shouldn't be possible to construct packages with invalid names, and hence it a package with an invalid name shouldn't have been entered into the database. So it seems like validity checks are missing in one or more places.
Recently, we get an error like so:
While the parsing failure is understandable, the problem shouldn't have happened "by construction" -- it shouldn't be possible to construct packages with invalid names, and hence it a package with an invalid name shouldn't have been entered into the database. So it seems like validity checks are missing in one or more places.