인프런 커뮤니티 질문&답변

짭인근님의 프로필 이미지
짭인근

작성한 질문수

따라하며 배우는 노드, 리액트 시리즈 - 유튜브 사이트 만들기

비디오 업로드 FORM 만들기 (1)

첫 화면이 이상합니다.

작성

·

398

0

./src/_reducers/user_reducer.js

  Line 11:13:  Unreachable code  no-unreachable

  Line 14:13:  Unreachable code  no-unreachable

  Line 17:13:  Unreachable code  no-unreachable

./src/hoc/auth.js

  Line 2:8:    'Axios' is defined but never used                                                                                                  no-unused-vars

  Line 33:12:  React Hook useEffect has missing dependencies: 'dispatch' and 'props.history'. Either include them or remove the dependency array  react-hooks/exhaustive-deps

./src/components/views/LoginPage/LoginPage.js

  Line 2:8:  'Axios' is defined but never used  no-unused-vars

./src/components/views/RegisterPage/RegisterPage.js

  Line 4:8:  'Axios' is defined but never used  no-unused-vars

./src/App.js

  Line 6:3:  'Link' is defined but never used  no-unused-vars

Search for the keywords to learn more about each warning.

To ignore, add // eslint-disable-next-line to the line before.

[HPM] Error occurred while trying to proxy request /api/hello from localhost:3001 to http://localhost:5000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

[HPM] Error occurred while trying to proxy request /api/users/auth from localhost:3001 to http://localhost:5000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

터미널에 이렇게 뜨면서 시작을 하고

시작페이지와 버튼만 출력됩니다.

답변 1

0

클론코딩 끝 부분보시면 아시겠지만 boilerplate에 navbar 부분과 footer 부분이 구현되어 있지않아 같은 모습으로는 나오지 않습니다. 그렇게 나오는게 정상이에요

짭인근님의 프로필 이미지
짭인근

작성한 질문수

질문하기