From: Alexander Wunschik Date: Wed, 9 Jan 2019 07:10:58 +0000 (+0100) Subject: Fix contribution docs about gulp-cli (#5968) X-Git-Tag: v2.8.0-rc.1~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f342299845678819c7629e1a569629a8c87ed01a;p=thirdparty%2FChart.js.git Fix contribution docs about gulp-cli (#5968) Update the docs so that only gulp-cli is installed globally --- diff --git a/docs/developers/contributing.md b/docs/developers/contributing.md index 13f8e4429..2fe3ee266 100644 --- a/docs/developers/contributing.md +++ b/docs/developers/contributing.md @@ -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 gulp.