You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
You are getting attacked by not one person (Sindre) that is converting all of his 1000+ packages to ESM-only
but now you also have two libraries that pushes for ESM only. node-fetch@3 (one of the most popular http library for NodeJS) went ESM-only too.
Where do you stand in this regards?
We (node-fetch) suggested to others who can't make the switch ESM to do the dynamic import('node-fetch') from commonjs while still using the latest version
This 2 are outdated...
gaxios/package.json
Lines 91 to 92 in a64f344
You are getting attacked by not one person (Sindre) that is converting all of his 1000+ packages to ESM-only
but now you also have two libraries that pushes for ESM only. node-fetch@3 (one of the most popular http library for NodeJS) went ESM-only too.
Where do you stand in this regards?
We (node-fetch) suggested to others who can't make the switch ESM to do the dynamic import('node-fetch') from commonjs while still using the latest version