안녕하세요. 리액트강의 마지막 node+express 와 react 연동에서
강의를 듣던중 npm init 명령과 npm install express 를 설치하기 전 까지는 yarn start 구동이 잘 되었는데 설치하고 나서
Uncaught SyntaxError: Unexpected token '<' - bundle.js : 1
Manifest: Line: 1, column: 1, Syntax error. - manifest.json:1
라는 오류가 계속 뜨면서 흰 화면만 나옵니다.
두번째 오류는 검색해보니 index.html 에서
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
라는 코드를 주석처리 하니 해결되었는데 첫번째 오류가 해결이 되지않습니다.
무엇 때문일까요?