Closed adarshmadrecha closed 3 weeks ago
Hi @adarshmadrecha thanks for opening this issue. Currently we are unable to update to node-fetch 3.x as it has moved to a pure ESM package. Please see https://github.com/googleapis/gaxios/issues/429 for additional context.
as it has moved to a pure ESM package
It would be great if you can elaborate more on how moving to a pure esm package creates a blocker?
As mentioned in https://github.com/googleapis/gaxios/issues/429#issuecomment-1833097220 Starting with node v21, this issue will have to be resolved.
Is your feature request related to a problem? Please describe. When using firebase-admin in Nuxt3 Project along with Mongoose, it causes clash becase of use of different versions of
node-fetch
by underlying libraries.Describe the solution you'd like Upgrade to latest version of
node-fetch
i.e.3.2.x
Describe alternatives you've considered Have added
overrides
in the package.json, but it does not work because of the way it is imported in the gaxios.Additional context