728x90
react-scripts > fsevents@2.0.6: Please update: there are crash fixes
create-react-app이 정상적으로 설치되어 있는 상황에서,
프로젝트 생성도중 위와 같은 에러가 뜬다면 패키지매니저들간의 충돌로 발생한 문제일수있다
다음과 같이 해결할 수 있다.
create-react-app myproject --use-npm
or
create-react-app myproject --typescript --use-npm
728x90
반응형
'개발, 코딩 > React' 카테고리의 다른 글
Input focusout - redux/react (0) | 2019.10.29 |
---|---|
html - hash / react- ? (0) | 2019.10.29 |
react, 올바르게 사용해본다. "prevState" (0) | 2019.07.31 |
redux입문 - (1) (0) | 2019.06.22 |
React의 Ref (0) | 2019.06.01 |