Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 310 Bytes

node.md

File metadata and controls

25 lines (18 loc) · 310 Bytes

Node.js

Resources

NVM

Install Node.js with NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
npm install --lts --latest-npm

List versions

nvm ls

Use specific version

nvm use <version>