
github에 배포를 하자마자.. 에러가 떴다. openweather api를 도시별로 가져오는 과정에서 HTTP, HTTPS 관련해서 문제가 발생한 것이다.❌ Mixed Content: The page at 'https://...' was loaded ove

오늘 다룰 에러는 Uncaught TypeError: Cannot read properties of undefined (reading 'map') 가 뜨는 에러를 처리할 것이다.자꾸 아래와 같은 error가 뜬다. 자꾸 자꾸만 뜨는데. 자 console.log로 출력해

npm install을 했지만 에러가 뜬다. React 버전이 맞지 않아 설치가 되지 않았던 것이다.그래서 다음과 같이 써주면 설치가 된다.npm install --save --legacy-peer-deps

🤦♂️ Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. 문제점 안드로이드 스튜디오에서 빌드를 할 때 그래들 버전이 맞지 않아

Java11 버전으로 keyStore 생성하고 Java8 버전 이하로 빌드해서 생긴 오류FILE -> Settings을 눌러 Settings 창을 띄운다.Build Tools, Execution, Deployment -> Build Tools -> Gradle 항목을