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).
First, install nvm by following the steps in the nvm installation guide.
Then, install Node 19.4.0 with the following command:
nvm install 19.4.0
and use it with:
nvm use 19.4.0