반응형
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Dunk Low
- dunklow
- GIT
- stockx.com
- dunk high
- 발매예정
- 리액트
- 주식공부
- 자바스크립트
- 덩크 하이
- oracle
- 나이키
- Github
- 제이쿼리
- 파이썬
- Linux
- 코로나19
- Python
- 오라클
- 주식
- Nike
- 덩크로우
- JavaScript
- sacai
- 드로우
- jQuery
- 리눅스
- draw
- react
- 덩크 로우
Archives
- Today
- Total
Life goes slowly...
[React] error command failed with exit code 1 [React start 에러] 본문
728x90
반응형
Error command failed with exit code 1. Error 발생
React 프로젝트에서 yarn start 또는 npm start으로 서버를 시작할 때에 발생하는 에러입니다.
설치되어 있는 node의 문제가 아닌 yarn 또는 npm의 문제로 보여집니다.
yarn을 다시 설치하여 확인을 해보는 것이 좋습니다.
또는
yarn을 다시 설치 후에 서버를 다시 기동 해보도록 합니다.
728x90
반응형
'프로그래밍 > React.js' 카테고리의 다른 글
[React] React.js 의 popup창에서 부모창의 함수 호출 (0) | 2022.04.19 |
---|---|
[React] React.js 의 debounce 함수 (0) | 2022.02.23 |
[React] React.js 의 JSX 문법 (0) | 2022.02.22 |
[React] Each child in a list should have a unique "key" 에러 (0) | 2022.02.17 |
[React] <input> cannot appear as a child of <table>. 에러 (0) | 2022.02.15 |
[React] React.js 조건문 - IF 문 (0) | 2022.02.14 |
[React] React.js의 Hooks란 무엇인가 (0) | 2022.01.17 |
[React] React.js의 useEffect() 함수 (0) | 2022.01.06 |
Comments