From dc3a981a321b26fd8d191b7e0dd5bbbf6ffe5bb0 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 31 May 2024 15:46:28 +0200 Subject: [PATCH] Use locally-installed Gulp over globally-installed one --- Setup-PDF.js-in-a-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-PDF.js-in-a-website.md b/Setup-PDF.js-in-a-website.md index 98f6ff5..de3bd79 100644 --- a/Setup-PDF.js-in-a-website.md +++ b/Setup-PDF.js-in-a-website.md @@ -26,4 +26,4 @@ To use the library in your project add `require('pdfjs-dist')` to your file requ Refer to https://github.com/mozilla/pdf.js/tree/master/examples/webpack for a complete example. ## Build PDF.js from source -After cloning PDF.js, you can build PDF.js from source by running the `gulp generic` command. This will create the built PDF.js in the `build` folder. \ No newline at end of file +After cloning PDF.js, you can build PDF.js from source by running the `npx gulp generic` command. This will create the built PDF.js in the `build` folder. \ No newline at end of file