Etienne BLANC

Results 32 comments of Etienne BLANC

Yes, sorry for this issue. In fact, it was really easy..

@AaronBeaudoin I have the same issue 🙁. Did you solved it?

Yes it's only on Windows for me. The same project has no error on Ubuntu or Raspbian

I have tried with `cmd.exe` and the problem is here also.. Same with Powershell, Cmder. I must launch my command `yarn dev` in Admin mode because i'm on profesional computer..

Same here on Windows 11 > WSL2 (Ubuntu 22.10)

Edge Chromium don't pass the check also.. 🙄

Same issue in a Nuxt Bridge project, i want to wrap my `$fetch` like this: ```ts const useApiFetcher: typeof $fetch = (url, options) => $fetch(url, { baseUrl: useRuntimeConfig().public.backendBrowserBaseUrl, ...options, })...

I got the same problem in a monorepo with a **Nuxt Bridge** app and a **Nuxt 3 app**. I hope to see your fix soon @pi0 🙏.

A temp fix is to downgrade to Nuxt 3, with pnpm: `pnpm add -D [email protected]` If needed, downgrade also @nuxt/kit to 3.0.0