nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
920 stars 51 forks source link

500 [vite-node] [ERR_LOAD_URL] @iconify/vue #234

Closed RakuThe1 closed 1 month ago

RakuThe1 commented 1 month ago

After updating from the "nuxt-icon" to "@nuxt/icon", I am getting an unknown "500 [vite-node] [ERR_LOAD_URL] @iconify/vue" error.

Can someone please help me how to fix it?

Everything was working fine before upgrading. I tried to reinstall all the node modules as well but the error is still there :(

image

RakuThe1 commented 1 month ago

@antfu Can you please help?

antfu commented 1 month ago

We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required

FlorianWerndl commented 4 weeks ago

@RakuThe1 try npm install --save-dev @iconify/vue

RakuThe1 commented 4 weeks ago

@RakuThe1 try npm install --save-dev @iconify/vue

It worked. Thank u soo much :)