카테고리1 프로그래밍
카테고리2 서버
제목 라즈베리파이 노드 10.x 설치
작성자 고성훈
작성일 2024-11-26
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install nodejs
node --version
수정 목록