랜딩 페이지에 비디오가 안보여요 ㅠㅠ
답변 감사합니다. 말씀해주신대로 bcrypt 버전을 바꿔서 실행해보았는데, 저는 같은 현상이 계속 일어나네요 ㅠㅠ 터미널 결과는 여전히 이런게 나와요ㅠ.ㅠ > react-boiler-plate@1.0.0 dev /Users/sujinkim/Downloads/YoutubeClone > concurrently "npm run backend" "npm run start --prefix client" [0] [0] > react-boiler-plate@1.0.0 backend /Users/sujinkim/Downloads/YoutubeClone [0] > nodemon server/index.js [0] [1] [1] > client@0.1.0 start /Users/sujinkim/Downloads/YoutubeClone/client [1] > react-scripts start [1] [0] [nodemon] 2.0.2 [0] [nodemon] to restart at any time, enter `rs` [0] [nodemon] watching dir(s): *.* [0] [nodemon] watching extensions: js,mjs,json [0] [nodemon] starting `node server/index.js` [0] Server Running at 5000 [0] MongoDB Connected... [1] [HPM] Proxy created: /api -> http://localhost:5000/ [1] ℹ 「wds」: Project is running at http://192.168.0.5/ [1] ℹ 「wds」: webpack output is served from [1] ℹ 「wds」: Content not from webpack is served from /Users/sujinkim/Downloads/YoutubeClone/client/public [1] ℹ 「wds」: 404s will fallback to / [1] Starting the development server... [1] [1] Compiled with warnings. [1] [1] ./src/components/views/LoginPage/LoginPage.js [1] Line 74:11: 'dirty' is assigned a value but never used no-unused-vars [1] Line 79:11: 'handleReset' is assigned a value but never used no-unused-vars [1] [1] ./src/components/views/RegisterPage/RegisterPage.js [1] Line 92:11: 'dirty' is assigned a value but never used no-unused-vars [1] Line 97:11: 'handleReset' is assigned a value but never used no-unused-vars [1] [1] Search for the keywords to learn more about each warning. [1] To ignore, add // eslint-disable-next-line to the line before.