prof-rossetti / internet-technologies

Internet Technologies (for Business)
Other
2 stars 72 forks source link

NVM Notes #34

Closed s2t2 closed 7 months ago

s2t2 commented 7 months ago

Download for windows or mac.

List available versions of node:

nvm list available

Download a specific version (based on the previous output)

nvm install 21.71.
nvm use 21.71.