mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-23 17:54:52 +00:00
1
nvm.sh
1
nvm.sh
@@ -966,6 +966,7 @@ nvm_ls_remote_index_tab() {
|
|||||||
)"
|
)"
|
||||||
local LTS_ALIAS
|
local LTS_ALIAS
|
||||||
local LTS_VERSION
|
local LTS_VERSION
|
||||||
|
command mkdir -p "$(nvm_alias_path)/lts"
|
||||||
nvm_echo "${VERSION_LIST}" \
|
nvm_echo "${VERSION_LIST}" \
|
||||||
| awk '{
|
| awk '{
|
||||||
if ($10 ~ /^\-?$/) { next }
|
if ($10 ~ /^\-?$/) { next }
|
||||||
|
Reference in New Issue
Block a user