deno remove
should support jsr:<package_name>@version
#26283
Labels
bug
Something isn't working correctly
deno remove
should support jsr:<package_name>@version
#26283
It's a common pitfall that I've seen several times already that users use the exact same syntax for removing as for adding. We should support it. Either strip out prefix and version constraint or check for values in the
imports
/dependencies
map.The text was updated successfully, but these errors were encountered: