Closed yxw007 closed 1 month ago
After debugging, it was found that the default export path of this icon was missing .js.
I encounter the same issue on win10, simply cloning and installing the project will result in: The URL must be of scheme file. A fix is also PR'd by OP, any idea when this will get through?
I encounter the same issue on win10, simply cloning and installing the project will result in: The URL must be of scheme file.
A fix is also PR'd by OP, any idea when this will get through?
Actually I don't know😂, I tried to leave a message to the maintainer on X to see if I could speed up this pr process
nuxt/icon
has been released: https://github.com/nuxt/icon/releases/tag/v1.5.3
Can you confirm it fixes the issue?
nuxt/icon
has been released: https://github.com/nuxt/icon/releases/tag/v1.5.3Can you confirm it fixes the issue?
OK,I'm currently on vacation, and I'll check it out when I get back.😉
@larbish @yxw007 Installing locally in the template updates(overrides current package version) too version 1.5.3, install & build now finishes succesfully, the PR fixed it. Once Nuxt-ui (auto-imports nuxt/icon) also updates the nuxt-icon package to 1.5.3, then itll fix it for everybody using this template.
Temp workaround, installing v1.5.3 locally: npx nuxi module add icon
@larbish @yxw007
Installing locally in the template updates(overrides current package version) too version 1.5.3, install & build now finishes succesfully, the PR fixed it.
Once Nuxt-ui (auto-imports nuxt/icon) also updates the nuxt-icon package to 1.5.3, then itll fix it for everybody using this template.
Temp workaround, installing v1.5.3 locally:
npx nuxi module add icon
Ok, Thanks for your feedback
System
Steps to Reproduction
output:
More info