Steps to reproduce:
Shows the following: ( node is the first suggested tool that can be uninstalled )
[..]
ARGS:
<tool> The tool to uninstall, e.g. `node`, `npm`, `yarn`, or <package>
If we try to uninstall a node version volta shows an error.
Output/Error:
error: Uninstalling node is not supported yet.
If we attempt to uninstall a concrete node version volta shows a different error.
volta uninstall node@21.0.0
Output/Error:
warning: No package 'node@21.0.0' found to uninstall
Question: Is it still planned to implement uninstallation of node versions installed by volta?
Question: Is it possible to uninstall a node version installed with volta manually (for now)? If yes - how?