Skip to content

Commit 30c4e53

Browse files
author
contra
committed
Merge pull request #1510 from gulpjs/gulp-cli-suggestion
suggest gulp-cli in the getting started
2 parents ce8e94c + 518ab0b commit 30c4e53

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)