node 运行版本
v18.12.1
npm 运行版本
8.19.2
安装插件
npm install
运行
npm run dev
打包
npm run build
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 将 package.json 中 "module": "./dist/index.es.js"改为"module": "./dist/index.mjs"