깃허브 어플리케이션 설정 진입https://github.com/settings/connections/applications/a7557949433b7d282a76 GitHub: Let’s build from hereGitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...github.com또는깃허브 설정에서 어플리케이션 항목 선택 요청을 보낼 Organization Request 클릭권한이 있는 조직은 체크표시..
Node version manager노드 버전 관리 툴설치brew install nvmnode 17 설치nvm install 17Now using node v17.9.1 (npm v8.11.0)Creating default alias: default -> 17 (-> v17.9.1)node 20 설치nvm install 20현재 적용된 노드 버전 확인node -v사용할 노드 버전 변경nvm use [version]nvm use 20Now using node v20.15.0 (npm v10.7.0)