Error: Cannot find module 'node:path'

12,767 阅读1分钟

项目使用vite3+vue3+ts,运行时报错:Error: Cannot find module 'node:path' 原因为vite3需要的nodejs版本要大于14.18,升级nodejs版本即可