✅ 목표 (Goal)

Step#1: Node.js 다운로드

Node-red를 설치하기 위해서는 먼저 Node.js가 설치되어 있어야 한다.

아래사이트로 들어가 다운로드 받고, 설치하자.

가급적 LTS 버전을 다운받자. LTS= Long Term Supported 버전 = 안정화 버전

▼ Node.js 먼저 설치

https://nodejs.org/ko/

Step#2: Node-red 설치

Linux의 경우

npm install -g node-red

잘 설치되어있는지 확인해보자.

node.js가 잘 설치되어있는지 command에서 아래와 같이 실행하자.