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

3DPIT님의 프로필 이미지
3DPIT

작성한 질문수

따라하며 배우는 노드, 리액트 시리즈 - 기본 강의

노드 리액트 기초 강의 #22 CORS 이슈, Proxy 설정

이런 에러는 왜 생기는건가요?

작성

·

452

0

(node:17608) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the 

"exports" field module resolution of the package at C:\Users\oksos\Desktop\study\PTE\loginWeb\client\node_modules\postcss-safe-parser\node_modules\postcss\package.json.        

Update this package.json to use a subpath pattern like "./*".

(Use `node --trace-deprecation ...` to show where the warning was created)

createProxyMiddleware is not a function

답변 1

1

NodeJS의 상위 버전에서 해당 package 의 폴더 경로를 설정하는 방법에서 warning이 발생한 것 같습니다.

해당 package를 업데이트 하거나 NodeJS 버전을 적절하게 변경해보세요.

3DPIT님의 프로필 이미지
3DPIT

작성한 질문수

질문하기