"vue3-video-play". The package may have incorrect main/module/exports specified in its package.json.
[vite] Internal server error: Failed to resolve entry for package "vue3-video-play". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "vue3-video-play". The package may have incorrect main/module/exports specified in its package.json.

解决办法,找到node_modules/vue3-video-play/package.json文件,打开
找到 并修改为index.mjs
"module": "./dist/index.mjs",


浙公网安备 33010602011771号