Docs/Node.JS.md
2022-06-14 15:58:20 +02:00

304 B

Node.JS

Installera NVM

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