inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

oksky2957님의 게시글

oksky2957 oksky2957

@oksky29571172

수강평 작성수
3
평균평점
5.0

게시글 7

질문&답변

> 30 | header: propTypes.String.isRequired,

대소문자 구분 3번 게속 정독해서 발견해서 오류 수정햇습니다 오오오오오오오오오오!

좋아요수
0
댓글수
2
조회수
592

질문&답변

코드 복기로 해결

코드입력못한게잇엇네요 아 글 삭제하겟습니다 죄송합니다

좋아요수
0
댓글수
2
조회수
397

질문&답변

코드 복기로 해결

해결하엿습니다 답글안해주셔됩니다 감사합니다

좋아요수
0
댓글수
2
조회수
397

질문&답변

import antd => import 방식이 달라진것같습니다 =>Module not found: Can't resolve 'antd/dist/antd.css'

답변을 듣고 npm i antd4로 설치를 하였습니다 같은상황이 발생하였습니다. PS D:\react-zero\front> npm i antd4 npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm WARN deprecated core-js@2.6.12: core-js@ owdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. added 49 packages, and audited 350 packages in 51s 76 packages are looking for funding run npm fund for details found 0 vulnerabilities PS D:\react-zero\front> npm run dev > react-zero@1.0.0 dev > next ready - started server on 0.0.0.0:3000, url: http://localhost:3000 error - ./pages/_app.js:3:0 Module not found: Can't resolve 'antd/dist/antd.css' 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; > 3 | import 'antd/dist/antd.css' 4 | 5 | const NodeBrid = ({ Component }) => { 6 | return( https://nextjs.org/docs/messages/module-not-found wait - compiling /_error (client and server)... error - ./pages/_app.js:3:0 Module not found: Can't resolve 'antd/dist/antd.css' 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; > 3 | import 'antd/dist/antd.css' 4 | 5 | const NodeBrid = ({ Component }) => { 6 | return( https://nextjs.org/docs/messages/module-not-found http://localhost:3000/ 상황 Failed to compile ./pages/_app.js:3:0 Module not found: Can't resolve 'antd/dist/antd.css' 1 | import React from 'react'; 2 | import PropTypes from 'prop-types'; > 3 | import 'antd/dist/antd.css' 4 | 5 | const NodeBrid = ({ Component }) => { 6 | return( https://nextjs.org/docs/messages/module-not-found npm i antd4로 설치를 하였습니다 같은상황이 발생하였습니다. -강의 내용에서는 (1) import 'antd/dist/antd.css' 설명하셧는데욥 블로그로 보면 (2)import {Menu, Input} from 'antd'; 으로 됫어요 지금 (2)으로수정할까요?

좋아요수
0
댓글수
3
조회수
1725