React (9) 썸네일형 리스트형 [React] npx create-react-app 오류 React를 실행시키기 위해 create-react-app을 설치해야한다. create-react-app 은 리액트 프로젝트에 필요한 패키지들을 묶어 리액트 앱을 생성해주는 도구이다. npx로 create-react-app 을 설치하는 명령어는 다음과 같다. 하지만 npx create-react-app 프로젝트명 을 실행했는데 다음과 같은 오류가 났다. Aborting installation. npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed. Deleting generated file... package.json Deleting react-for-bi.. 이전 1 2 다음