Skip to content

Commit

Permalink
lookup: fix npm install for through2 (#1085)
Browse files Browse the repository at this point in the history
Run it with `--ignore-scripts` so it doesn't try to install Puppeteer.
  • Loading branch information
targos authored Dec 23, 2024
1 parent 6ea2d7b commit bb8c400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@
"through2": {
"maintainers": "rvagg",
"prefix": "v",
"install": ["install", "--ignore-scripts"],
"scripts": ["test:node"],
"skip": ["aix", "win32"],
"stripAnsi": true
Expand Down

0 comments on commit bb8c400

Please sign in to comment.