Skip to content

Commit 8d7d49d

Browse files
committed
Document that TypeScript should be installed separately
1 parent c8566c7 commit 8d7d49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ npm install --global gulp
2424
```shell
2525
npm install gulp
2626
```
27-
##### 3. Install gulp-typescript
27+
##### 3. Install gulp-typescript & TypeScript
2828
```shell
29-
npm install gulp-typescript
29+
npm install gulp-typescript typescript
3030
```
3131

3232
Options

0 commit comments

Comments
 (0)