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
That's different because it's related to specifiers. This is for in a package.json dependency entry. For specifiers we would never allow invalid ranges like this and instead surface an error so the user knows it's invalid.
dsherret
changed the title
Handle invalid >=16.8.0 && <=^19.0.0 constraint
Handle invalid >=16.8.0 && <=^19.0.0 constraint in package.json dependency values
Dec 18, 2024
denoland/deno#26653 (comment)
npm considers this as just being
>=16.8.0
, but maybe we should be smarter about this?The text was updated successfully, but these errors were encountered: