-
Notifications
You must be signed in to change notification settings - Fork 259
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
Help text for volta uninstall --help
incorrectly states node
versions can be uninstalled
#1563
Comments
any updates on this? I'm also playing around with this and can't unistall a node version :/ |
me too. Is this tool no longer maintained? |
It's maintained, but we've all been busy. This one is a case where we thought we would implement that feature and then… have not yet been able to! See #327. A welcome change here would be just updating the help text via the comment here – we can get that merged very quickly. (Or one of us might hopefully also be able to get there, but we're much likelier to merge a PR than to open it ourselves at the moment.) |
At the time of writing this, uninstalling this tool is not supported: ``` ➜ volta uninstall node error: Uninstalling node is not supported yet. ``` Resolves volta-cli#1563
At the time of writing this, uninstalling this tool is not supported: ``` ➜ volta uninstall npm error: Uninstalling npm is not supported yet. ``` Resolves volta-cli#1563
To manually uninstall a version you need to delete:
For instance, say I execute:
to uninstall this version I would need to manually delete:
|
At the time of writing this, uninstalling this tool is not supported: ``` ➜ volta uninstall node error: Uninstalling node is not supported yet. ``` Resolves volta-cli#1563
At the time of writing this, uninstalling this tool is not supported: ``` ➜ volta uninstall npm error: Uninstalling npm is not supported yet. ``` Resolves volta-cli#1563
Steps to reproduce:
Shows the following: (
node
is the first suggested tool that can be uninstalled )If we try to uninstall a
node
versionvolta
shows an error.Output/Error:
If we attempt to uninstall a concrete
node
versionvolta
shows a different error.Output/Error:
Question: Is it still planned to implement uninstallation of
node
versions installed byvolta
?Question: Is it possible to uninstall a node version installed with
volta
manually (for now)? If yes - how?The text was updated successfully, but these errors were encountered: