- node: 22.14
- npm: 11.4.2
- NVM (Node Version Manager) - 설치된 노드 버전과 다를 경우
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashnvm install 22nvm use 22node -v로 버전 확인
- One-line
git clone git@github.com:MGPOCKY/Software-Analysis-2025.git && cd n-week && npm install && npm run all