From 3c65fb0d6e547431314bbffc42cdeb1061d21337 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 31 May 2024 15:43:23 +0200 Subject: [PATCH] Use locally-installed Gulp over globally-installed one --- Bisecting-a-Regression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bisecting-a-Regression.md b/Bisecting-a-Regression.md index b246617..4d55c22 100644 --- a/Bisecting-a-Regression.md +++ b/Bisecting-a-Regression.md @@ -9,7 +9,7 @@ The minimum requirements are Git and Node.js. ### Using Node.js - Run `cd pdf.js`. -- Run `gulp server`. +- Run `npx gulp server`. - Open a browser and visit `http://localhost:8080/web/viewer.html`. ### Using another server