nodejs command


nodejs command

commands

nvm – nodejs version management

nvm
nvm install 14
nvm alias default 14

n – install and switch node version

n
n 14