작성
·
1K
1
npm install -g create-react-app
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm ERR! code EEXIST
npm ERR! path C:\Users\user\AppData\Roaming\npm\create-react-app.ps1
npm ERR! EEXIST: file already exists
npm ERR! File exists: C:\Users\user\AppData\Roaming\npm\create-react-app.ps1
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Local\npm-cache\_logs\2022-01-15T08_35_49_232Z-debug.log
구글링 해서
답변 2
0
에러를 읽었을 때현재 create-react-app이 이미 존재한다는 것 같습니다!
이전에 설치하셨다면 바로 다음으로 진행해도 괜찮을 것 같고,
만약 설치가 안됐다면 npm install -g create-react-app --force 요렇게 입력해보세요!
0
w전 왜 안될까요.. 계속 오류가 뜹니다