Skip to content

Commit 518ab0b

Browse files
committed
suggest gulp-cli in the getting started
1 parent ce8e94c commit 518ab0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/getting-started.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
#### 1. Install gulp globally:
44

5+
__If you have previously installed a version of gulp globally, please run `npm rm --global gulp`
6+
to make sure your old version doesn't collide with gulp-cli.__
7+
58
```sh
6-
$ npm install --global gulp
9+
$ npm install --global gulp-cli
710
```
811

912
#### 2. Install gulp in your project devDependencies:

0 commit comments

Comments
 (0)