Skip to content

Commit f342299

Browse files
mojoaxelsimonbrunel
authored andcommitted
Fix contribution docs about gulp-cli (#5968)
Update the docs so that only gulp-cli is installed globally
1 parent 9d7eacd commit f342299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Firstly, we need to ensure development dependencies are installed. With node and
2222

2323
```bash
2424
> npm install
25-
> npm install -g gulp
25+
> npm install -g gulp-cli
2626
```
2727

2828
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>.

0 commit comments

Comments
 (0)