Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 499 Bytes

install_node.md

File metadata and controls

16 lines (13 loc) · 499 Bytes

Install Node 19.4.0 with nvm

We use Node 19.4.0 for our frontend. In this document, we briefly describe how to install Node 19.4.0 with the Node Version Manager (nvm).

Install nvm

First, install nvm by following the steps in the nvm installation guide.

Install Node 19.4.0

Then, install Node 19.4.0 with the following command:

nvm install 19.4.0

and use it with:

nvm use 19.4.0