728x90
반응형
문제 상황
npm run dev 시 오류 발생: (node:14673) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token '??='
at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)
원인
node 버전이 너무 낮아서. (14 였음)
해결방법
lts 버전으로 node 업그레이드
npm cache clean --force
npm install -g n
n latest
728x90
반응형
'피땀눈물' 카테고리의 다른 글
vscode 자동 import 안되는 경우 해결 방법 (jsconfig.json) (0) | 2024.07.02 |
---|---|
맥북 충전 포트(단자) 고장 시 해결 방법 (0) | 2024.06.16 |
Error: Cannot find module @rollup/rollup-darwin-arm64. (0) | 2024.06.15 |
node 버전 업그레이드를 했는데 적용이 안되는 경우 (installed <> active 문제) (0) | 2024.06.15 |
윈도우에서 npm install 할 때 에러: node-sass\vendor\win32-x64-115\binding.node is not a valid Win32 application. (0) | 2023.11.01 |