Léo Coletta

Results 8 comments of Léo Coletta

I have the same problem, with exactly the same error log as @Steffo99 . I am on linux (manjaro)

Any update or workarround on this issue ? I am using nuxt and I still have the issue. The workarround provided in #1081 is only for jest.

Same here

> I ran into this same issue! Pool isn't explicitly exported. You can just import the entire package and call the Pool constructor: > > ```js > import pg from...

I had the same problem and managed to fix it by putting dependency override (I use pnpm) : package.json ```json "pnpm": { "overrides": { "@nuxt/kit": "npm:@nuxt/kit-edge@latest", "@nuxt/kit-edge": "latest" } }...

I have no idea why this happens . Probably the fact that nuxt 3 is not released yet so it makes breaking changes to it's packages (in this case `@nuxt/kit`)....

I have the same problem on a fresh manjaro linux computer. Do you have solved the issue @angelorc ?

> nope! still in my todo list I think forcing the version of sharp to 0.32.6 fixed the issue for me : ```json "pnpm": { "overrides": { "sharp": "0.32.6" }...