티스토리

새끼 개발자의 Life is egg
검색하기내 프로필
개발's egg/Javascript

[Node.js] Module ~ needs an import assertion of type "json"

현z 2023. 9. 7. 10:47

CJS에서 ESM 으로 바꾸면서

json 파일을 import 하는데 이렇게 타입에러가 났다

 

그냥 json 타입이라고 알려주면 된단다.

 

import testFile from "./test.json" assert { type: 'json' };

 

 

https://v8.dev/features/import-assertions

저작자표시 (새창열림)

블로그 정보

새끼 개발자의 Life is egg

구독하기
새끼 개발자의 Life is egg, 블로그 홈
댓글수0
문의안내
  • 티스토리
  • 로그인
  • 고객센터
© Kakao Corp.