본문 바로가기
소프트웨어 개발/Vue

[vuejs]비트 vite - Error [ERR_REQUIRE_ESM]: Must use import to load ES Module

by 인생은즐겁게 2023. 2. 8.
반응형

 

 

1. 오류 증상

Error [ERR_REQUIRE_ESM]: Must use import to load ES Module

Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from .....

 

2. 원인

nodejs 버전에 맞지 않아서 생긴 오류 => nodejs 버전 최소 14.18.0 필요

 

3.해결

nodejs 16.xx 버전대로 설치하여 해결

 

반응형

댓글