프로그래밍/React (3) 썸네일형 리스트형 React native 에서 react-native run-android 실행 시 오류 해결 방법 > Task :app:compileDebugJavaWithJavac FAILED 15 actionable tasks: 2 executed, 13 up-to-date FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compileDebugJavaWithJavac'. > Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation. 위와 같은 메세지로 오류가 났다. https://stackoverflow.. React app 설치할때 npm을 안쓰고 npx 를 쓰는 이유 npx create-react-app . 여기서 npm을 안쓰고 npx를 쓰는 이유는 뭐가있을까? 원래는 npm install -g create-react-app 을 이용하여서 글로벌로 다운을 받았다. npm -g 옵션을 통해 다운을 받으면 매 프로젝트마다 모듈을 설치를 안해줘도 되고 컴퓨터 안에 모듈을 설치해서 프로젝트를 할 때마다 같은 모듈을 갖고와서 사용할 수 있다. 하지만 모듈을 재사용하다보면 여러가지 프로젝트의 환경변수를 맞춰줄 때 문제가 생길 수 있다. create-react-app 모듈은 변경이 자주 되는 모듈이기 때문에 매번 모듈을 업데이트시키고 최신화 시켜주려면 번거롭다. 그러면 어떻게 해야할까? npx를 이용하면 npm 레지스트리에서 create-react-app을 찾아서 다운로드 없이.. React app 설치중 No receipt for 'com.apple.pkg.CLTools_Executables' found at '/' . 에러 npx 를 이용해서 리액트 앱을 다운받는다. npx create-react-app . No receipt for 'com.apple.pkg.CLTools_Executables' found at '/' . No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/' . No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/' . gyp: No Xcode or CLT version detected! 이라는 에러가 나왔다. xcode의 문제인데 검색해보니 해결방법이 나와있다. sudo rm -rf $(xcode-select -print-path) #There will be no output sudo r.. 이전 1 다음