From 78fceb4a3304fcecc6f8225e5daa218bf49c6095 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 6 Feb 2025 16:35:55 +0900 Subject: [PATCH] fix(ext/node): fix twitter-api-v2 compatibility (#27971) --- ext/node/polyfills/net.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/node/polyfills/net.ts b/ext/node/polyfills/net.ts index d7a3183e41c673..a9a3da12efe271 100644 --- a/ext/node/polyfills/net.ts +++ b/ext/node/polyfills/net.ts @@ -1168,6 +1168,7 @@ const pkgsNeedsSockInitWorkaround = [ "@npmcli/agent", "npm-check-updates", "playwright-core", + "twitter-api-v2", ]; /**