Jonty Brook

Results 11 comments of Jonty Brook

Ditto that @wobsoriano - I would love a module for this. Happy to contribute.

I would like this too!

I'm also facing this issue

I have written the following Nuxt 3 plugin which seems to be working fairly well for me. Note that Sentry's SDK doesn't seem to play well with the native Vue...

I'm also facing this issue using the nuxt-rc6. Real pain.

@JamieCurnow thanks for this, helped me out a lot!

I'm having the same issue. Locking to 2.24 doesn't fix it for me either. Intriguingly i'm seeing this when our CI makes production builds, but not in local dev builds.

In my case I was finally able to resolve this by adding `"resolutions": { "moment": "2.24.0" }` to package.json, and also modifying yarn.lock. I'm using a lerna monorepo and yarn...

I can confirm I was seeing this in bun v1.0.26. Downgrading to v1.0.18 with the following command (on Linux) seems to have made the problem go away for now... `curl...

Related issues: https://github.com/oven-sh/bun/issues/7864 https://github.com/oven-sh/bun/issues/7864