Development (2) 썸네일형 리스트형 [macOS] brew부터 Java, node.js, yarn 설치까지 macOS 포맷, 재설치 이후 모든것을 다시 설치해야하는 상황 1. brew 설치하기 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. (Apple Silicon)의 경우 brew 설치가 끝나고 터미널에 brew를 쳐보면 commands not found 에러가 발생한다. 애플 실리콘에서는 환경변수를 추가해주어야 한다. 터미널을 전역에서 열어주고 vi ~/.zshrc를 입력 후 엔터 insert 모드로 진입하고(i키), 다음과 같이 작성한다. export "PATH=/opt/homebrew/bin:$PATH" esc를 눌러 insert 모드를 나오고 :wq!를 입력하여 엔터를.. [Android] Build Error 해결방법: Gradle 초기화 1. Android Development Environment Set Up 관련 에러 내용 Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. 다음과 같은 빌드 에러 발생 시 gradle을 초기화한다. // android 디렉터리에서 $ chmod +x gradlew // android에서 하나 나와서 $ cd android && ./gradlew clean 2. Execution failed for task ':app:mergeDebugAssets'. 관련 에러 내용 Execution failed for tas.. 이전 1 다음