# Node.JS ### [Installera NVM](https://github.com/nvm-sh/nvm "Node Version Manager")
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash && source ~/.bashrc
### Installera Node.JS version
nvm install 16.13 && nvm use 16.13