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