자주쓰는 터미널 명령어 정리
·
카테고리 없음
1. 서버정리 1-1. 실행되고 있는 서버 확인하기isof -i :8081 1-2. 포트 죽이기kill -9 PID번호 2. 캐시정리하기npx react-native start --reset-cache 3. APK 번들파일 생성your bundle ~ 어쩌구하는 오류가 생겼을 때!npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res 4. 의존성 충돌 오류 일어날 때 설치 대충 이런 peer dependency 하는 버전 충돌 오류가 일어났..