We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
volta uninstall PACKAGE_NAME doesn't actually remove the package. It just removes the symlink in volta/bin folder.
volta uninstall PACKAGE_NAME
➜ volta uninstall @anthropic-ai/claude-code Removed executable 'claude' installed by '@anthropic-ai/claude-code' success: package '@anthropic-ai/claude-code' uninstalled ➜ ls -l /home/yagiz/.volta/tools/image/packages/ total 20 drwxrwxr-x 2 yagiz yagiz 4096 May 1 14:34 '@anthropic-ai'/ drwxrwxr-x 4 yagiz yagiz 4096 Apr 25 10:43 node-benchmark-compare/ drwxrwxr-x 3 yagiz yagiz 4096 Feb 10 09:28 '@node-core'/ drwxrwxr-x 4 yagiz yagiz 4096 Mar 16 20:30 npm-check-updates/ drwxrwxr-x 3 yagiz yagiz 4096 Jan 24 10:09 unenv/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
volta uninstall PACKAGE_NAME
doesn't actually remove the package. It just removes the symlink in volta/bin folder.The text was updated successfully, but these errors were encountered: