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.
This script uninstalls a specified global package from all node versions installed with nvm.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/bigbite/cli-tools/main/global-nvm-package-uninstal.sh)" -s [package-name]
Replacing [package-name] with the package to be uninstalled.
[package-name]