Skip to content
New issue

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

Add deno uninstall to install modules #11136

Closed
KanseiKy opened this issue Jun 26, 2021 · 1 comment
Closed

Add deno uninstall to install modules #11136

KanseiKy opened this issue Jun 26, 2021 · 1 comment

Comments

@KanseiKy
Copy link

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:

$ 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

@crowlKats
Copy link
Member

Duplicate of #3139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants