mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[patch] install.sh
: fix node capitalization
This commit is contained in:
parent
4beab63631
commit
81f18bc445
@ -358,7 +358,7 @@ nvm_check_global_modules() {
|
|||||||
command printf %s\\n "$NPM_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'
|
nvm_echo '=> If you wish to uninstall them at a later point (or re-install them under your'
|
||||||
# shellcheck disable=SC2016
|
# 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_echo ' $ nvm use system'
|
nvm_echo ' $ nvm use system'
|
||||||
nvm_echo ' $ npm uninstall -g a_module'
|
nvm_echo ' $ npm uninstall -g a_module'
|
||||||
|
Loading…
Reference in New Issue
Block a user