npm node-fetch 3.0.0-beta.10
v3.0.0-beta.10

latest releases: 2.7.0, 2.6.13, 3.3.2...
2 years ago

This package is now a ESM only package. To import fetch you either have to use

import fetch from 'node-fetch';

// Or if you are still using commonjs or want to lazy
// import fetch then the async import works fine
import('node-fetch') 

See CHANGELOG for details.

Don't miss a new node-fetch release

NewReleases is sending notifications on new releases.