• 카테고리

    질문 & 답변
  • 세부 분야

    풀스택

  • 해결 여부

    미해결

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

21.01.22 13:43 작성 조회수 341

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

울키님의 프로필

울키

2023.05.12

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

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