mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-06-28 21:01:20 +02:00
In NVM install, also set default version to LTS
This commit is contained in:
parent
88ecd14354
commit
e553692d84
@ -126,6 +126,8 @@ install_nvm () {
|
|||||||
fi
|
fi
|
||||||
# All done, import / re-import NVM script
|
# All done, import / re-import NVM script
|
||||||
source "${NVM_DIR}/nvm.sh"
|
source "${NVM_DIR}/nvm.sh"
|
||||||
|
# Then install Node LTS
|
||||||
|
nvm install v16.16.0
|
||||||
}
|
}
|
||||||
|
|
||||||
# NVM commands
|
# NVM commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user