We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno uninstall
Similar to how npm uninstall works, I would like this feature to be added. You can pass the full URL used during the installation. Examples:
npm uninstall
$ deno uninstall https://deno.land/std/node/module.ts # Uninstall via URL $ deno un https://deno.land/std/path/mod.ts # Shorthand for `uninstall`
This way, we can uninstall modules faster rather than browsing the ~/.deno/bin directory and uninstall the desired module
~/.deno/bin
The text was updated successfully, but these errors were encountered:
Duplicate of #3139
Sorry, something went wrong.
No branches or pull requests
Similar to how
npm uninstall
works, I would like this feature to be added. You can pass the full URL used during the installation. Examples:This way, we can uninstall modules faster rather than browsing the
~/.deno/bin
directory and uninstall the desired moduleThe text was updated successfully, but these errors were encountered: