Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (31 loc) · 611 Bytes

nodejs.md

File metadata and controls

45 lines (31 loc) · 611 Bytes

Instalacja node.js

If you want to get help regarding our products or just want to ask something, join our discord.

Update

sudo apt update && sudo apt upgrade -y

Install node.js

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh

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

Install nvm script

source ~/.bashrc

Select node.js version

nvm list-remote

Install node.js

nvm install (VERSION)

example

nvm install v17.3.0

check node.js version

node -v