From 6258a02a255f43f968b48ef26863df4cb4a028db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 21 Dec 2024 14:42:41 +0100 Subject: [PATCH] lookup: fix npm install for `through2` Run it with `--ignore-scripts` so it doesn't try to install Puppeteer. --- lib/lookup.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lookup.json b/lib/lookup.json index 0784ee09..bf42cbe9 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -418,6 +418,7 @@ "through2": { "maintainers": "rvagg", "prefix": "v", + "install": ["install", "--ignore-scripts"], "scripts": ["test:node"], "skip": ["aix", "win32"], "stripAnsi": true