이것을 설치해야 원하는 nodejs를 설치가 가능하다
sudo apt-get install -y curl
sudo apt-get install -y build-essential
접속
other downloads
클릭
Installing Node.js via package manager
클릭
Debian and Ubuntu based Linux distributions
클릭
Node.js binary distributions
클릭
원하는 버전으로 받기
ubuntu20.04
node.js 16.x
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
yarn 설치
npm install -g yarn