Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d10bbbb

Browse files
committed
Revert "fix(nitro-node): fetch is not available by default on some environment"
This reverts commit b6727a0. Polyfill alternatives for fetch are not fully supported ReadableStream.
1 parent b6727a0 commit d10bbbb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

nitro-node/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"dependencies": {
6262
"download": "^8.0.0",
6363
"fetch-retry": "^5.0.6",
64-
"isomorphic-fetch": "^3.0.0",
6564
"os-utils": "^0.0.14",
6665
"tcp-port-used": "^1.0.2"
6766
},

nitro-node/src/nitro.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import fs from "node:fs";
22
import path from "node:path";
33
import { ChildProcessWithoutNullStreams, spawn } from "node:child_process";
44
import tcpPortUsed from "tcp-port-used";
5-
import "isomorphic-fetch";
65
import fetchRT from "fetch-retry";
76
import { executableNitroFile } from "./execute";
87
import {

0 commit comments

Comments
 (0)