[patch] install.sh: fix node capitalization

This commit is contained in:
Jordan Harband 2024-08-09 13:46:16 +12:00
parent 4beab63631
commit 81f18bc445
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56

View File

@ -358,7 +358,7 @@ nvm_check_global_modules() {
command printf %s\\n "$NPM_GLOBAL_MODULES"
nvm_echo '=> If you wish to uninstall them at a later point (or re-install them under your'
# shellcheck disable=SC2016
nvm_echo '=> `nvm` Nodes), you can remove them from the system Node as follows:'
nvm_echo '=> `nvm` node installs), you can remove them from the system Node as follows:'
nvm_echo
nvm_echo ' $ nvm use system'
nvm_echo ' $ npm uninstall -g a_module'