-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
deno remove/uninstall subcommand #3139
Comments
We had |
oh, thank you for myself closing |
Just landed in deno land and I was absolutely baffled there's no |
What about Windows users? Much of the Deno users may not know enough of his system terminal to remove it, and in the end feel lost about it. I believe Deno should have a command to undo something that his own command have made. |
Even as a linux user I would prefer a specific command to do this rather than having to mess around with shell expansions and the such |
The issue with So we need a deno uninstall command that will only look in the DENO path and remove the required files |
hi, rm $(witch foo), what is it wich foo ? thx. |
Thanks - good argument. I'm ok with something like this:
|
I'd absolutely prefer |
Return
|
I agree that The command
|
i guess while this is still on discussion, we'll have to manage this manually by deciding which ones to delete under the deno folder. |
@whatevergeek Of course, To be honest, I do not see any objective reason to remove the |
i am totally agee with @lem0nify |
I agree, this is an issue for me as well. Take this case for example, I previously installed If you remove a command like uninstall, the least you can do is refer to it in documentation, explaining why it was removed and how to handle the use case manually. |
This seems crazy! Where is the uninstall command? |
An uninstall command is the most intuitive thing to do instead of a flag It will help a lot of newcomers to deno and people who are not so familiarized with their own terminal (windows users mostly) |
Solution when running on Windows: rm $HOME/.deno/bin/myscript.cmd https://stackoverflow.com/a/62259110/4339170 Please add an uninstall command that works for any system and user command-line knowledge. |
FWIW an uninstall process for Windows would be appreciated, since I'm on a PC where I need admin-password to do simple things like allow firewall updates. Installing deno was no problem (I had to cancel the admin-controlled firewall/policy update requested by deno post-install) but when I tried to do a upgrade to 1.7, I was blocked by the firewall, so I need to uninstall & reinstall. |
@michaeldesu this feature request is about having a uninstall command for scripts installed through |
apologies for that |
Having to google
It is great that the uninstall is really simple under the hood ( Please reconsider |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Could we please not mark highly upvoted issues as stale? |
Totally agree with einarpersson And also same as stefnotch |
Here from google, big +1 |
PLEASE! |
I would just like to point out the relevancy of this feature. I personally can't recommend anyone install any software I write for Deno via the install subcommand because the feature is incomplete in that it would require I provide multiple, OS-specific uninstallation commands, rather than the intuitive uninstall subcommand. This looks clunky at best, and unprofessional at worst. I absolutely love Deno, but I can't make the leap to switch entirely over knowing that an uninstall subcommand is currently not a feature. Just as an uninstall subcommand is unnecessary, computers too are unnecessary. Technology is to improve overall productivity, not to hinder it. The lack of an uninstall subcommand because it is unnecessary is akin to opting to write a simple, headless program in assembly because the cross-platform C standard library isn't mandatory to achieve the task. Deno has achieved so much that Node lacked. Deno may be small, but the software we write with it isn't always as sleek (do >100 MB Electron apps sound familiar?), and what better way to uninstall the app than the intuitive compliment to the graceful Please reconsider, and thank you for bringing Deno into our dev lives :) |
It isnt "too much to ask", just not a priority. |
Ah, thanks for clarifying @crowlKats. Editing now :) |
We'll be happy to consider a PR that adds this feature. It worth pointing out that it should fail gracefully if a Deno script was not installed in the default location, and suggest appropriate action in that case. |
sill nothin eh? |
@dcj9 it was released in 1.15. |
How uninstall deno in mac? |
|
nope not working with mine |
This issue is not about uninstalling Deno. It's about uninstalling commands installed with |
so what should I do now? |
We've got
deno install
and it would be convenient to also havedeno remove
ordeno uninstall
subcommandThe text was updated successfully, but these errors were encountered: