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
@types/node@>=22.7.4 is only compatible with TS 5.7 (~rel: #27046, #26950), so I've pinned it to be be less than that. I'm moving from a package.json (for Vitest compat, but trying npm:@deno/vite-plugin) to deno.json, but deno install fails.
Just checked, and <, >=, and <= also doesn't work.
lishaduck
changed the title
Doesn't support < (less than) specifier for npm deps in deno.json
Doesn't support numeric comparison specifiers for npm: dependencies in deno.jsonJan 3, 2025
Version: Deno 2.1.4
@types/node@>=22.7.4
is only compatible with TS 5.7 (~rel: #27046, #26950), so I've pinned it to be be less than that. I'm moving from apackage.json
(for Vitest compat, but tryingnpm:@deno/vite-plugin
) todeno.json
, butdeno install
fails.Error:
The text was updated successfully, but these errors were encountered: