David De Sloovere
David De Sloovere
Looks like it is indeed sharp (or unjs/ipx which uses sharp) See also https://github.com/unjs/ipx/pull/190 where it is also noted as following: _It is still Node.js only. Workers without thread support...
@nathanchase What's your workaround like with the `provider="cloudflare"` ? Or is it the same as https://github.com/nuxt/image/issues/1061#issuecomment-1786093586 where you need to upload the images to cloudflare separately?
Are you missing the `domains ` config entry? The domain of the CDN needs to be set to allow IPX to get those images. It's a protection mechanism. See: https://image.nuxt.com/get-started/configuration#domains
These questions are probably better suited in the Discussions section of the repo.
Also spent a lot of time trying to figure out why HMR wasn't working. Wish there was a way to make it case-insensitive.
I think the author of the project has gone dark. If there is no reply in #58 then we could fork it?
Hi @anhaehne - is the project still active? If not, can we (the community) fork it an keep it alive?
Also, prerequisites only mention node and not yarn: https://docs.vuestorefront.io/v2/getting-started/installation.html Sure, scroll down and you'll see yarn, but you get the point 😉
Must say that the error peristed after installing yarn. I'm using nvm for Windows, not usre if that matters. My `yarn -v` output is ``` 1.22.19 ```
Yes, I have some time today to check.