Mateusz Basiaga

Results 8 comments of Mateusz Basiaga

I've noticed that lazy-loading the icon (prefixing it with Lazy) like this: `` gets rid of the error while everything seems to be working correctly. In case it is important...

One workaround could be to add this to the `app.config.ts` `nuxtIcon: { aliases: undefined, class: undefined, size: undefined, },`

Are you also getting [this error](https://github.com/nuxt-modules/icon/issues/92)?

> > Are you also getting [this error](https://github.com/nuxt-modules/icon/issues/92)? > > You could add `index.d.ts` to temporarily solve it as it is mentioned in [pull#63](https://github.com/nuxt-modules/icon/pull/63) by [luke-z](https://github.com/luke-z): > > ``` >...

Do you think [this issue](https://github.com/AlexLavoie42/Nuxt-Mapbox/issues/49) could be related?

From the project README > Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazonaws.com/checkpoints_1226.zip) and extract it to the checkpoints folder Most likely you've missed that step

The next step would be to ensure you have FFmpeg along with ffprobe installed and added to PATH (that's the most likely reason for the failures)

> > The next step would be to ensure you have FFmpeg along with ffprobe installed and added to PATH (that's the most likely reason for the failures) > >...