티스토리 뷰
728x90
반응형
npm install -g create-react-app 을 쳐서 설치하려할때
npm WARN npm npm does not support Node.js v10.15.3 등 설치가 되지않아
create-react-app helloworld를 쳤을때 인식하지 못할경우
npm을 제거후 다시 설치
Mac:
sudo npm uninstall -g npm
Windows:
npm uninstall -g npm
위 코드 실행후 다시 npm install -g create-react-app 설치
728x90
반응형
'Error > React.js' 카테고리의 다른 글
[React] Typo in static class property declaration react/no-typos (3) | 2019.09.01 |
---|---|
[React] index.js:1375 Warning: The tag <plus> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter. (0) | 2019.08.18 |
static state 에러 (0) | 2019.05.01 |
PropTypes (0) | 2019.04.15 |
Warning key (0) | 2019.04.15 |
댓글