-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Labels
Description
When running the list command, I get the following:
❯ volta list
⚡️ Currently active tools:
Node: v12.19.0 (default)
Yarn: v1.22.10 (default)
Tool binaries available:
firebase (default)When trying to uninstall I get this:
❯ volta uninstall firebase --verbose
[verbose] Acquiring lock on Volta directory: /Users/christian/.volta/volta.lock
warning: No package 'firebase' found to uninstall
[verbose] Unlocking Volta Directory
[verbose] No custom hooks found❯ which firebase
~/.volta/bin/firebaseDid I misunderstand the usage of volta somehow?