Check Node.js version requirements
mainThe library requires a minimum Node.js version of v18.0.0 because it relies on the native Fetch API and has no runtime dependencies.
Version Compatibility:
- Node 18–20: The Fetch API is available but may emit an
ExperimentalWarning: The Fetch API is an experimental featurefrom the Node runtime. - Node 21+: The global Fetch API is stable.
- Node < 18: You must use older versions of the library:
- Use
4.x.xfor Node versions between 14 and 18. - Use
3.x.xfor Node versions < 14.
- Use