A light-weight module that brings Fetch API to node.js
npm install node-fetch-commonjsnode-fetch but in CommonJS format. This module is built from node-fetch directly.
!Latest upstream version
!Current upstream version
1. You can require("node-fetch-commonjs") directly.
2. You will not see the ExperimentalWarning: stream/web is an experimental feature warning.
3. It works on older Node.js versions that don’t support requiring built-in modules with a node: prefix.
``bashlib
yarn
./build.js # Output to folder`
`bash``
yarn add node-fetch-commonjs