Closed maxchang3 closed 1 year ago
在之前的版本中考虑到目前 node.js 主流版本已经到了 18+ 就移除了 node-fetch。但是仍有 (#9)一部分低版本的 node.js 用户在使用 hexo,考虑到这个问题,选择了更优雅的 node-fetch-native 来防止高版本 node.js 额外引入 node-fetch。
node-fetch
node-fetch-native
在之前的版本中考虑到目前 node.js 主流版本已经到了 18+ 就移除了
node-fetch
。但是仍有 (#9)一部分低版本的 node.js 用户在使用 hexo,考虑到这个问题,选择了更优雅的node-fetch-native
来防止高版本 node.js 额外引入node-fetch
。