본문으로 바로가기

React 설치 오류

category PROGRAM/React 2021. 7. 29. 20:10
728x90
반응형

npm install -g create-react-app

여기 까지 잘 되다가 

프로젝트 만드는 create-react-app management 입력하니

npm ERR! code E404
npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/url-parse/-/url-parse-1.5.3.tgz - not_found
npm ERR! 404
npm ERR! 404  'url-parse@https://skimdb.npmjs.com/registry/url-parse/-/url-parse-1.5.3.tgz' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\user\AppData\Local\npm-cache\_logs\2021-07-29T11_01_45_040Z-debug.log

에러가 뜸

npm config set registry http://registry.npmjs.org 입력후

다시 create-react-app management 리액트 폴더 생성

728x90
반응형