묻고 답해요
161만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
해결됨[코드캠프] 시작은 프리캠프
Live-server로 html 파일을 볼때 이상한 것들도 같이 보여요
hl-aria-live-container 가 무엇인가요??모든 div에 css를 적용 해서 그런것 같은데 선생님이 강의 진행 하실때는 왜 안나타난 걸까요??
-
미해결생산성을 향상시키는 스프링부트 기반의 API 템플릿 프로젝트 구현
AdminTestController 질문
안녕하세요. AdminTestController는 테스트 패키지로 구성하여 Mock객체로 테스트하지 않고 소스단 패키지로 구성하여 테스트 하시는 이유가 있으신지 문의 드립니다.
-
미해결Spring Cloud로 개발하는 마이크로서비스 애플리케이션(MSA)
인증에 대해서 질문드립니다.
안녕하세요 좋은 강의 감사드립니다.첫번째 질문 내용은 JWT로 로그인 인증 처리기능에 Refresh Token 기능을 추가하고 싶어서 기능 흐름을GateWay 필터에서 AUTHORIZATION 헤더에 토큰이 만료가 되면 user-service에 토큰 갱신 요청을 보내고 응답 받은 갱신된 accessToken과 refresh토큰을 client로 자동적으로 응답하려고 합니다.Refresh토큰을 적용했을 때 기능흐름이 이렇게 가는것이 맞을까요?두번째 질문은 GateWay 필터에서 accessToken이 만료되고 user-service에 토큰 갱신 요청에 응답을 받을때 Cloud는 비동기 방식이라 WebCliet를 사용해서 user-service에 요청을 보내는대 응답 받은 토큰 값을.block()을 이용해서 받으면 블록킹 코드를 사용할 수 없는 쓰레드란 에러가 뜹니다. 이럴때는 어떤 방식으로 인증서버에 리프레시 토큰 갱신 요청을 하는지 궁금합니다. 감사합니다.
-
미해결스프링 MVC 2편 - 백엔드 웹 개발 활용 기술
이미지업로드후 이미지 보이는 예제 연습중입니다
선생님 안녕하세요 다름아니라 파일업로드는 잘되는데 이미지가 보이지 않습니다. 확인해보니@ResponseBody @RequestMapping( value="/images/{fileName}" , method=RequestMethod.GET) public Resource imageDownload(@PathVariable String fileName) throws MalformedURLException { System.out.println( "fileName" + fileName); return new UrlResource("file:c:\\test\\upload\\" +fileName); } 이 부분에서 분명히 이미지파일은 확장자 포함하여 잘 나오는데 여기 콘솔에 출력한 부분에 확장자가 빠져 있습니다. 무엇을 놓쳤을까요? ㅠ 감사합니다
-
미해결[리뉴얼] React로 NodeBird SNS 만들기
import { createStore } from 'redux'; 에서 createStore 밑줄현상오류
(alias) function createStore<S, A extends Action<any>, Ext, StateExt>(reducer: Reducer<S, A>, enhancer?: StoreEnhancer<Ext, StateExt>): Store<S & StateExt, A> & Ext (+1 overload)import createStore@deprecatedWe recommend using the configureStore method of the @reduxjs/toolkit package, which replaces createStore.Redux Toolkit is our rec createStore 글자가 밑줄표시나고 적용이 안되는것인가요?버전은 6으로 명령어는 해논상태입니다. npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-slider@9.3.1 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-slider@9.3.1 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-steps@4.0.1 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-steps@4.0.1 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-table@7.8.6 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-table@7.8.6 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-textarea@0.2.6 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-textarea@0.2.6 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-motion@1.1.2 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-motion@1.1.2 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select up to date, audited 775 packages in 6s 81 packages are looking for funding run `npm fund` for details 15 vulnerabilities (2 low, 2 moderate, 10 high, 1 critical) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. PS D:\react-zero\front> npm aduit Unknown command: "aduit" npm help npm ERR! Missing script: "aduit" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\seolzone\AppData\Local\npm-cache\_logs\2022-12-16T14_31_32_875Z-debug-0.log PS D:\react-zero\front> npm -v 8.6.0 PS D:\react-zero\front> npm i next-redux-wrapper@6 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @ant-design/react-slick@0.26.3 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^0.14.0 || ^15.0.1 || ^16.0.0" from @ant-design/react-slick@0.26.3 npm WARN node_modules/antd4/node_modules/@ant-design/react-slick npm WARN @ant-design/react-slick@"~0.26.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^0.14.0 || ^15.0.1 || ^16.0.0" from @ant-design/react-slick@0.26.3 npm WARN node_modules/antd4/node_modules/@ant-design/react-slick npm WARN @ant-design/react-slick@"~0.26.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @ant-design/react-slick@0.26.3 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^0.14.0 || ^15.0.1 || ^16.0.0" from @ant-design/react-slick@0.26.3 npm WARN node_modules/antd4/node_modules/@ant-design/react-slick npm WARN @ant-design/react-slick@"~0.26.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^0.14.0 || ^15.0.1 || ^16.0.0" from @ant-design/react-slick@0.26.3 npm WARN node_modules/antd4/node_modules/@ant-design/react-slick npm WARN @ant-design/react-slick@"~0.26.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-pagination@2.4.6 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-pagination@2.4.6 npm WARN node_modules/antd4/node_modules/rc-pagination npm WARN rc-pagination@"~2.4.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-pagination@2.4.6 npm WARN node_modules/antd4/node_modules/rc-pagination npm WARN rc-pagination@"~2.4.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-pagination@2.4.6 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-pagination@2.4.6 npm WARN node_modules/antd4/node_modules/rc-pagination npm WARN rc-pagination@"~2.4.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-pagination@2.4.6 npm WARN node_modules/antd4/node_modules/rc-pagination npm WARN rc-pagination@"~2.4.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-picker@1.10.7 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-picker@1.10.7 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-slider@9.3.1 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-slider@9.3.1 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-steps@4.0.1 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-steps@4.0.1 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-table@7.8.6 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-table@7.8.6 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-textarea@0.2.6 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-textarea@0.2.6 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-motion@1.1.2 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-motion@1.1.2 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select up to date, audited 775 packages in 2s 81 packages are looking for funding run `npm fund` for details PS D:\react-zero\front> npm i next-redux-wrapper@6 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @ant-design/react-slick@0.26.3 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^0.14.0 || ^15.0.1 || ^16.0.0" from @ant-design/react-slick@0.26.3 npm WARN node_modules/antd4/node_modules/@ant-design/react-slick npm WARN @ant-design/react-slick@"~0.26.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^0.14.0 || ^15.0.1 || ^16.0.0" from @ant-design/react-slick@0.26.3 npm WARN node_modules/antd4/node_modules/@ant-design/react-slick npm WARN @ant-design/react-slick@"~0.26.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @ant-design/react-slick@0.26.3 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^0.14.0 || ^15.0.1 || ^16.0.0" from @ant-design/react-slick@0.26.3 npm WARN node_modules/antd4/node_modules/@ant-design/react-slick npm WARN @ant-design/react-slick@"~0.26.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^0.14.0 || ^15.0.1 || ^16.0.0" from @ant-design/react-slick@0.26.3 npm WARN node_modules/antd4/node_modules/@ant-design/react-slick npm WARN @ant-design/react-slick@"~0.26.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-pagination@2.4.6 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-pagination@2.4.6 npm WARN node_modules/antd4/node_modules/rc-pagination npm WARN rc-pagination@"~2.4.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-pagination@2.4.6 npm WARN node_modules/antd4/node_modules/rc-pagination npm WARN rc-pagination@"~2.4.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-pagination@2.4.6 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-pagination@2.4.6 npm WARN node_modules/antd4/node_modules/rc-pagination npm WARN rc-pagination@"~2.4.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-pagination@2.4.6 npm WARN node_modules/antd4/node_modules/rc-pagination npm WARN rc-pagination@"~2.4.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-picker@1.10.7 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-picker@1.10.7 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-picker@1.10.7 npm WARN node_modules/antd4/node_modules/rc-picker npm WARN rc-picker@"~1.10.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-slider@9.3.1 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-slider@9.3.1 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-slider@9.3.1 npm WARN node_modules/antd4/node_modules/rc-slider npm WARN rc-slider@"~9.3.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-steps@4.0.1 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-steps@4.0.1 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-steps@4.0.1 npm WARN node_modules/antd4/node_modules/rc-steps npm WARN rc-steps@"~4.0.1" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-table@7.8.6 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-table@7.8.6 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-table@7.8.6 npm WARN node_modules/antd4/node_modules/rc-table npm WARN rc-table@"~7.8.0" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-textarea@0.2.6 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-textarea@0.2.6 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-textarea@0.2.6 npm WARN node_modules/antd4/node_modules/rc-textarea npm WARN rc-textarea@"~0.2.2" from antd4@4.4.0 npm WARN node_modules/antd4 npm WARN 1 more (rc-mentions) npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-motion@1.1.2 npm WARN Found: react@18.2.0 npm WARN node_modules/react npm WARN peer react@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 59 more (@ant-design/react-slick, @rc-component/portal, antd, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: rc-motion@1.1.2 npm WARN Found: react-dom@18.2.0 npm WARN node_modules/react-dom npm WARN peer react-dom@">=16.0.0" from @ant-design/icons@4.8.0 npm WARN node_modules/@ant-design/icons npm WARN @ant-design/icons@"^4.7.0" from antd@4.24.5 npm WARN node_modules/antd npm WARN 2 more (antd4, the root project) npm WARN 50 more (@rc-component/portal, antd, antd4, rc-dropdown, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react-dom@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select npm WARN npm WARN Conflicting peer dependency: react-dom@16.14.0 npm WARN node_modules/react-dom npm WARN peer react-dom@"^16.0.0" from rc-motion@1.1.2 npm WARN node_modules/antd4/node_modules/rc-select/node_modules/rc-motion npm WARN rc-motion@"^1.0.1" from rc-select@11.0.13 npm WARN node_modules/antd4/node_modules/rc-select up to date, audited 775 packages in 8s 81 packages are looking for funding run `npm fund` for details 15 vulnerabilities (2 low, 2 moderate, 10 high, 1 critical) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details.라고 터미널에 찍힙니다 흠
-
미해결스프링 시큐리티
loginPage 리다이렉션 루프 문제
수원님 안녕하세요! 강의대로 진행하면loginPage에서 리다이렉션 루프에 빠지게 됩니다. http .authorizeRequests() // 요청에 대한 보안 검사 .antMatchers("/loginPage").permitAll() // 어떤 요청도 허용 .anyRequest().authenticated(); // 어떤 요청에도 인증을 받음 위 내용을 추가해야 할 것 같습니다. 감사합니다.
-
미해결설계독학맛비's 실전 Verilog HDL Season 1 (Clock부터 Internal Memory까지)
vivado 설치 후 root@~~: 이게 안뜨네요??
- 강의 내용외의 개인 질문은 받지 않아요. (개인 과제, 영상과 다른 접근방법 후 디버깅 요청, 고민 상담 등..)- 저 포함, 다른 수강생 분들이 함께보는 공간입니다. 보기좋게 남겨주시면 좋은 QnA 문화가 될 것 같아요. (글쓰기는 현업에서 중요한 능력입니다!)- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. vivado 설치 후 root@~~: 이게 안뜨네요??제가 프로그래밍이 익숙하지 않아 기초적인 것이지만 여쭤봅니다이거 뜨게 하려면 어떻게 해야 하나요?
-
미해결프로젝트로 배우는 React.js
json-server 용어가 cmdlet, 함수 ~~ 인식되지 않습니다.(npm i json-server -g 로 하면 해결됨)
json-server를 설치하여 사용할 때 다음과 같은 에러메시지가 떠서 구글링을 통해 여러가지 방법들을 시도해봤습니다.그 중 install 을 글로벌로 하면 해결된다고 해서 해결은 했는데에러메시지가 표출된 원인과 왜 global로 설치하면 해결되는지가 궁금합니다.답변부탁드립니다
-
해결됨홍정모의 따라하며 배우는 C++
7.9함수포인터_1:15 cout << func << endl;
안녕하세요, 강의를 보다가 질문 올립니다.강의 내용 중int func() { return 5; } int main() { cout << func << endl; return 0; }이 부분에서 주소값을 출력했는데요저 같은 경우warning: address of function 'func' will always evaluate to 'true' 라는 경고 메시지와 함께1 이라는 값이 출력되었습니다.이후 &func, *func, func() 모두 같은 방법으로출력했더니 func() 만 5, 나머지는 1이 출력되었어요.즉 저는 함수의 주소값으로 출력되지 않는데그냥 버전의 이유일까요 ? m1 MacOs g++17 입니다. 강의 내용과 반대로 쓰레기값이 나온다거나또는 쓰레기값이 나와야하는데 0이 나온다거나이런 경우가 몇 번 있더라구요
-
미해결처음 배우는 리액트 네이티브
안녕하세요, 강의 잘 들었습니다 :) RN과 파이어베이스 관련해서 질문드릴게 있습니다!
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 코드는 깃헙에 올리고 깃헙 주소를 함께 남겨주세요.- 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.먼저 친절하고 꼼꼼한 강의 감사드립니다. 강의처럼 expo와 파이어베이스를 이용해서 모바일 앱을 만들어보려고 공부 중입니다. 본 강의에서는 expo를 사용하면서 파이어베이스 JDK를 사용하는데요, expo docs 파이어베이스 섹션에는 react-native-firebase 라이브러리를 사용할 수 있다고 안내가 되어 있어서 질문 드립니다. react-native-firebase 라이브러리를 사용하면 애널리틱스 뿐만 아니라 crashlytics, 동적 링크 등을 사용할 수 있다고 안내가 되고 있는데요, 이런 기능들의 사용을 위해서는 개발 툴로 expo go가 아니라 커스텀 가능한 dev-client를 설치해 사용하라고 권장하고 있습니다. expo에서 dev-client를 사용하는 목적은 불필요한 expo 모듈을 제거해 용량을 줄이고 RN-CLI처럼 네이티브 의존성 라이브러리와 모듈을 제어할 수 있다고 하는데요. 여기서 질문 드릴 점은,1) 애널리틱스 기능과 같은 파이어베이스의 서비스를 웹이 아닌 모바일앱에서도 온전히 사용하려면 현업의 개발자들은 react-native-firebase 라이브러리를 반드시 사용하고 있나요?2) dev-client와 기존 eject 명령을 대체하는 prebuild를 이용하면, expo의 매니지드 워크플로우를 따르고 있어도 네이티브 환경을 커스텀할 수 있다고 합니다. 그런데 이 부분이 명확히 이해가 안 됩니다.. 그저 네이티브 의존성인 RN라이브러리를 expo에서도 사용할 수 있다는 건지, xcode나 안드로이드 스튜디오에서 네이티브 코드를 직접 짜 넣을 수 있는지 구글, 스택오버플로등에 검색해도 잘 나오지 않는데요.. 특히 위젯 기능 같은 경우는 RN으로 구현할 수 없고 네이티브 소스를 직접 짜야하는데 그러려면 반드시 RN-CLI로 가야 하는지 아니면 dev-client + prebuild를 사용할 수 있는지.. 강의 범위를 조금 넘어선 질문일 수도 있지만 이 부분도 여쭈어봅니다.좋은 강의와 교재 감사드립니다.!:)
-
해결됨따라하며 배우는 노드, 리액트 시리즈 - 레딧 사이트 만들기(NextJS)(Pages Router)
데이터가 안받아와집니다..ㅠ
getSub의 api에서 sub까지는 잘 나옵니다.그러나 res.json(sub)으로 보내주고 axios를 통해 받아서 res.data를 확인해보면 false라는 값이 옵니다 어떻게 해야할까요...
-
미해결[하루 10분|Web Project] HTML/JS/CSS로 나만의 심리테스트 사이트 만들기
카카오톡 공유하기
안녕하세요! 강의 감사합니다.영상 속 과정과 코드를 똑같이 입력하고, 카카오톡 공유하기를 실행할려고 했으나 버튼을 눌러도 아무런 반응이 없습니다 ㅠㅡㅠ 어떤게 문제일까요?
-
미해결이미지 관리 풀스택(feat. Node.js, React, MongoDB, AWS)
Promise.all관련 질문 ("여러 이미지 미리보기" 중...)
안녕하세요. 먼저 좋은 강좌 만들어 주셔서 감사드립니다.아래 코드에서 "async"부분은 없어도 괜찮지 않나요?promise.all의 매개변수는 Promise 객체의 배열이면 조건에 만족하는 것으로 알았었습니다. async를 해줘야 하는 이유가 있나요? const UploadForm = () => { const { setImages, setMyImages } = useContext(ImageContext); const [files, setFiles] = useState(null); const [previews, setPreviews] = useState([]); const [percent, setPercent] = useState([]); const [isPublic, setIsPublic] = useState(true); const [isLoading, setIsLoading] = useState(false); const imageSelectHandler = async (event) => { const imageFiles = event.target.files; setFiles(imageFiles); const imagePreviews = await Promise.all( [...imageFiles].map(async (imageFile) => { return new Promise((resolve, reject) => { try { const fileReader = new FileReader(); fileReader.readAsDataURL(imageFile); fileReader.onload = (e) => resolve({ imgSrc: e.target.result, fileName: imageFile.name }); } catch (err) { reject(err); } }); }) ); setPreviews(imagePreviews); };위 코드에서 아래 부분입니다. (질문드리는 부분): ... map(async (imageFile).....const imagePreviews = await Promise.all( [...imageFiles].map(async (imageFile) => { return new Promise((resolve, reject) => {
-
미해결스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술
test부분에서 Junit
학습하는 분들께 도움이 되고, 더 좋은 답변을 드릴 수 있도록 질문전에 다음을 꼭 확인해주세요.1. 강의 내용과 관련된 질문을 남겨주세요.2. 인프런의 질문 게시판과 자주 하는 질문(링크)을 먼저 확인해주세요.(자주 하는 질문 링크: https://bit.ly/3fX6ygx)3. 질문 잘하기 메뉴얼(링크)을 먼저 읽어주세요.(질문 잘하기 메뉴얼 링크: https://bit.ly/2UfeqCG)질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.=========================================[질문 템플릿]1. 강의 내용과 관련된 질문인가요? (예/)2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/)3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/)[질문 내용] 저는 이클립스에서 코딩중인데요Junit 테스트 부분에 질문이 있습니다.JUnit 결과창에 Error는 없고 Failures만 하나뜹니다이것은 에러는 아니니 무시하고 넘어가도 되는 부분인가요?아니면 Failures에도 0이라고 하나도 안떠야 정상인가요 ???? 두번째 사진은 중복이 없을 경우 테스트 결과입니다.!
-
해결됨[C#과 유니티로 만드는 MMORPG 게임 개발 시리즈] Part1: C# 기초 프로그래밍 입문
접근제어자 질문
조금 뜬금없는 질문일 수도 있지만 .NET6.0 이상에서 콘솔앱 탬플릿을 생성할 때 Program 클래스 앞에 internal 접근제어자가 붙는 것을 봤습니다.internal 접근제어자가 무엇이고 어떤이유로 Program 클래스 앞에 붙는지 알 수 있을까요??무의미한 궁금증일지도 모르지만 너무 궁금합니다 ㅠㅠ
-
해결됨TensorFlow로 배우는 심층 강화학습 입문 - Deep Reinforcement Learning
안녕하세요!
혹시 강의노트 제공은 따로 안되나요? 감사합니다~
-
미해결문과생도, 비전공자도, 누구나 배울 수 있는 파이썬(Python)!
아나콘다 설치
터미널에서 ls를 쳤는데 아나콘다가 안나와요
-
미해결[백문이불여일타] 데이터 분석을 위한 고급 SQL
리트코드 180번 질문입니다
궁금한 것이 생겼는데요이 문제를 꼭 셀프조인을 해야 풀수 있는 건가요?그리고단순히 3번 연속 넘버의 값이 같다고 조건만 써주면 어떻게 되는지 궁금합니다
-
미해결웹플로우(Webflow) 시작하기 - 코딩 없이 자유도 높은 프로토타입 만들기
처음하니깐 하나도 모르겠네요
처음하니깐 하나도 모르겠네요 어렵고 뭔지도 모르겠고 완성하면 배포가능하나요?? 다른사람들도 댓글 글쓰기 할수있나요??
-
미해결Vue.js 중급 강좌 - 웹앱 제작으로 배워보는 Vue.js, ES6, Vuex
깃헙 권한 요청 드립니다.
인프런 아이디 : @beomi94인프런 이메일 : beomi94@naver.com깃헙 아이디 : jbparkinseoul@gmail.com깃헙 Username : jbpark-in-seoul