강의

멘토링

커뮤니티

Inflearn Community Q&A

3dpit's profile image
3dpit

asked

Node and React series that you can learn by following - Basic lecture

Node React Basics Lecture #22 CORS Issue, Proxy Setting

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

Written on

·

550

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

nodejsreact

Answer 1

1

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

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

3dpit's profile image
3dpit

asked

Ask a question