]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix contribution docs about gulp-cli (#5968)
authorAlexander Wunschik <dev@wunschik.net>
Wed, 9 Jan 2019 07:10:58 +0000 (08:10 +0100)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Wed, 9 Jan 2019 07:10:58 +0000 (08:10 +0100)
Update the docs so that only gulp-cli is installed globally

docs/developers/contributing.md

index 13f8e4429c6e421330bdb67ff493edc586fec79e..2fe3ee266bdf6d57f42ebe3138b84018ceca257a 100644 (file)
@@ -22,7 +22,7 @@ Firstly, we need to ensure development dependencies are installed. With node and
 
 ```bash
 > npm install
-> npm install -g gulp
+> npm install -g gulp-cli
 ```
 
 This will install the local development dependencies for Chart.js, along with a CLI for the JavaScript task runner <a href="https://gulpjs.com/" target="_blank">gulp</a>.