Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 237 Bytes

ubuntu_install_nodejs.md

File metadata and controls

13 lines (7 loc) · 237 Bytes

Install Node.js on Ubuntu

1. Install NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

2. Install Node.js 19 version

nvm install 19

3. Choose Node.js 19

nvm use 19