node, npm 설치

brew install node

정상 설치 확인 ->  버전 확인

node -v
npm -v

yarn 설치

node를 설치하였으므로 node는 빼고 설치를 해주어야 한다. 그래서 --ignore-dependecies라는 옵션을 사용

brew install yarn --ignore-dependencies

정상 설치 확인

yarn -v

리액트 확인

npx create-react-app

728x90

+ Recent posts