Mac OS를 기준으로 하고 있습니다. VSCode 먼저, VSCode가 설치되어있어야한다. 설치되지 않았을 경우, 공식 홈페이지에서 환경에 맞는 버전을 다운로드한다. Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com Node.js node는 버전 관리..
node.js를 설치하기 전, 먼저 패키지 관리프로그램인 homebrew를 설치한다. Homebrew 설치하기 링크: https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh Homevrew 홈페이지에 접속해서 중간에 있는 스크립트를 복사한 후 터미널에서 실행한다. Warning: /opt/homebrew/bin is not in your PATH. path에 등록되지않아서 발생하는 문제로, path를 추가해주면 된다. echo 'export PATH=/opt/homebrew/bin:$PATH' >> ~/.zshrc 수정 후 수정된 내용을 반영하기 위해 아래 명령어를 입력한다. source ~/...
작성해야할 기능이 있는데 node.js로 작성된 코드가 있어서... 이참에 공부하고자 설치 중이다ㅎ 아래 사이트에 설치한다. 나는 가장 최신 버전 말고 권장 버전을 설치했다.(왼쪽) https://nodejs.org/en/ Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org