Skip to content

Commit

Permalink
Merge pull request mozilla#17489 from nicolo-ribaudo/gulp-cli-dep
Browse files Browse the repository at this point in the history
Update `gulp-cli` to 2.3.0 and explicitly add it as a dependency
  • Loading branch information
timvandermeij authored Jan 14, 2024
2 parents 07cb422 + d2a5210 commit 704747b
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 238 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ Next, install Node.js via the [official package](https://nodejs.org) or via
[nvm](https://github.com/creationix/nvm). You need to install the gulp package
globally (see also [gulp's getting started](https://github.com/gulpjs/gulp/tree/master/docs/getting-started)):

$ npm install -g gulp-cli
$ npm install -g gulp-cli@^2.3.0

If you prefer to not install `gulp-cli` globally, you have to prefix all the `gulp` commands with `npx` (for example, `npx gulp server` instead of `gulp server`).

If everything worked out, install all dependencies for PDF.js:

Expand Down
Loading

0 comments on commit 704747b

Please sign in to comment.