Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- While문
- GIT
- rufus
- 안드로이드 빌드 안될때
- 연결리스트
- gitbash
- 한글깨짐
- Linked List
- for문
- CentOS
- 잠시만조용히
- CentOS7
- 자바
- 아오
- MUI
- 로그
- marquee
- 운영체제
- 백틱
- Linux
- 안드로이드 빌드 안됨
- AI
- 부팅디스크
- Vue
- Intellij
- 인공지능
- 깃
- 인텔리제이
- 반복문
- 핫모듈
Archives
- Today
- Total
새끼 개발자의 Life is egg
[Node.js] Module ~ needs an import assertion of type "json" 본문
개발's egg/Javascript
[Node.js] Module ~ needs an import assertion of type "json"
현z 2023. 9. 7. 10:47CJS에서 ESM 으로 바꾸면서
json 파일을 import 하는데 이렇게 타입에러가 났다
그냥 json 타입이라고 알려주면 된단다.
import testFile from "./test.json" assert { type: 'json' };
'개발's egg > Javascript' 카테고리의 다른 글
[Node.js] Node 크롬 개발자 도구에서 로그 확인하기 (0) | 2023.09.07 |
---|---|
[Node.js] express post 데이터 받기 (0) | 2023.09.07 |
리액트 포트 다른걸로 바꾸기 (0) | 2023.09.01 |
React Native NetInfo Error (0) | 2023.07.13 |
axios 서버에서 에러때렸는데 then도 타고 catch도 타고 왜죠? (0) | 2023.05.24 |
Comments