Murzin Artem

Results 6 comments of Murzin Artem

+1 Just loading image (6.2MB) from an external source takes forever , compared to the browser. Anything we can do?

any updates on this @farnabaz?

Hello, having the same exact issue. installing with npm works, but with bun it doesn't. Here's the logs: ``` Module being loaded: nuxt-seo-utils 9:56:55 PM Error code: ERR_PACKAGE_PATH_NOT_EXPORTED 9:56:55 PM...

Here is AI's conclusion: Essentially, `nuxt-seo-utils`'s dependency on `@unhead/[email protected]` conflicts with its peer dependency requirement of `unhead: >=1.9.0`. Updating to latest ` @unhead/vue": "^2.0.12"` fixed the issue!

thank you so much! turns out old nuxt/scripts version was the culprit... I have a theory on why it seems bun users specifically have this problem. running bun update all...