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

athena1998님의 프로필 이미지

작성한 질문수

한 입 크기로 잘라먹는 타입스크립트(TypeScript)

기본타입

tsc 명령어를 실행하면 cannot find module undici-type 이라는 오류가 뜹니다.

해결된 질문

23.11.12 14:47 작성

·

1.7K

1

tsc 명령어를 입력하면 아래와 같은 오류가 발생하는데 js 파일은 정상적으로 만들어집니다.어떤게 이상한걸까요? undici-types 라는 모듈은 설치한적도 없고 사용한적도 없는데 왜 이런 오류가 뜨는지 모르겠습니다...PS C:\typescript\typescript_section2> tsc node_modules/@types/node/globals.d.ts:325:84 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 325 type _Request = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Request; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:326:85 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 326 type _Response = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Response; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:327:85 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 327 type _FormData = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").FormData; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:328:84 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 328 type _Headers = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Headers; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:330:22 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 330 : import("undici-types").RequestInit; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:336:35 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 336 type RequestInfo = import("undici-types").RequestInfo; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:337:35 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 337 type HeadersInit = import("undici-types").HeadersInit; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:338:32 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 338 type BodyInit = import("undici-types").BodyInit; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:339:39 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 339 type RequestRedirect = import("undici-types").RequestRedirect; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:340:42 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 340 type RequestCredentials = import("undici-types").RequestCredentials; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:341:35 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 341 type RequestMode = import("undici-types").RequestMode; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:342:38 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 342 type ReferrerPolicy = import("undici-types").ReferrerPolicy; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:343:34 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 343 type Dispatcher = import("undici-types").Dispatcher; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:344:37 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 344 type RequestDuplex = import("undici-types").RequestDuplex; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:360:21 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 360 : typeof import("undici-types").Request; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:367:21 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 367 : typeof import("undici-types").Response; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:374:21 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 374 : typeof import("undici-types").FormData; ~~~~~~~~~~~~~~ node_modules/@types/node/globals.d.ts:381:21 - error TS2792: Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option? 381 : typeof import("undici-types").Headers; ~~~~~~~~~~~~~~ Found 18 errors in the same file, starting at: node_modules/@types/node/globals.d.ts:325

답변 2

1

이정환 Winterlood님의 프로필 이미지
이정환 Winterlood
지식공유자

2023. 11. 13. 10:46

안녕하세요 이정환입니다.

Node 20 버전을 사용하고 계실 경우 @types/node가 20버전으로 설치되지 않으면 해당 오류가 발생하는 걸로 보입니다. 다음 질문을 참고해보시면 해결하실 수 있을거에요!

https://www.inflearn.com/questions/1053604/comment/292567

0

athena1998님의 프로필 이미지
athena1998
질문자

2023. 11. 12. 14:49

코드블록을 사용했는데 저장하고 보니까 다 깨져있어서;;; 캡쳐본으로 첨부합니다.