From bb8c40048c74ef19483e635d861dfd5c0a1939d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 23 Dec 2024 10:14:57 +0100 Subject: [PATCH] lookup: fix npm install for `through2` (#1085) 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 4dd8b806..ee17f9e1 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -419,6 +419,7 @@ "through2": { "maintainers": "rvagg", "prefix": "v", + "install": ["install", "--ignore-scripts"], "scripts": ["test:node"], "skip": ["aix", "win32"], "stripAnsi": true