Answers for "check list of node version in nvm"

1

nvm check version

nvm --version
Posted by: Guest on January-07-2022
2

list installed versions of node

// list installed versions of node (via nvm)
nvm ls
Posted by: Guest on March-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language