
node,node.js,node@19,nodejs,npm라고 불리는 본격 Node 설치 1. Node download 공식 : https://nodejs.org/en/download Download | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 2. Hombrew install brew install node Hombrew가 설치되어있지 않다면 바로가기 위의 코드를 복사(command+c)하여 터미널에 붙여넣기(command+v)하면 설치가 진행된다. 참조. https://formulae.brew.sh/formula/node#default

Visual Studio Code 사이트에 직접들어가서 다운로드 받는 방식과 Hombrew를 사용하여 다운 받는 방식 두 가지가 있다. 1. https://code.visualstudio.com/download Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applicati..

1. Command+space 2. 터미널 앱 검색 3. 아래 문장 복붙(혹은 https://brew.sh/index_ko 웹페이지의 설치하기 문장 복사(command+c)+붙여넣기(command+v)) /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 4. "Press RETURN to continue or any other key to abort" 뜨면 엔터(return)버튼 클릭 5. password 라고 뜨면 맥북의 비밀번호 입력해주고 엔터(return) Homebrew 설치 완료된 이미지입니다.