Skip to content

Help text for volta uninstall --help incorrectly states node versions can be uninstalled #1563

@nifr

Description

@nifr

Steps to reproduce:

volta uninstall --help

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.

volta uninstall node

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions