"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",

 

posted @ 2024-08-14 16:53  MickyGirl  阅读(1856)  评论(0)    收藏  举报