vue-weather-widget icon indicating copy to clipboard operation
vue-weather-widget copied to clipboard

cannot import in vite vue3

Open zanjie1999 opened this issue 3 years ago • 0 comments

no index.js in node_modules/vue-weather-widget so cannot import

use vite and vue3

npm run dev errror message:

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

package.json

 "dependencies": {
        "vue-weather-widget": "^4.2.4"
    },

zanjie1999 avatar Aug 29 '21 16:08 zanjie1999