Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6821f89

Browse files
Foxandxssnaomiblack
authored andcommitted
docs(quickstart): add a section to installing typings manually
1 parent 8664463 commit 6821f89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public/docs/ts/latest/quickstart.jade

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ block install-packages
141141
code-example(language="sh").
142142
npm install
143143

144+
.l-sub-section
145+
:marked
146+
The `typings` folder could not show up after `npm install`. If so, please install them manually.
147+
148+
code-example(language="sh").
149+
npm run typings install
150+
144151
.alert.is-important
145152
:marked
146153
Scary <span style="color:red; font-weight: bold">error messages in red</span> may appear **during** install.

0 commit comments

Comments
 (0)