docs(quickstart): add a section to installing typings manually

This commit is contained in:
Foxandxss 2016-06-15 17:55:14 +02:00 committed by Naomi Black
parent 8664463c3a
commit 6821f89a1c
1 changed files with 7 additions and 0 deletions

View File

@ -141,6 +141,13 @@ block install-packages
code-example(language="sh"). code-example(language="sh").
npm install npm install
.l-sub-section
:marked
The `typings` folder could not show up after `npm install`. If so, please install them manually.
code-example(language="sh").
npm run typings install
.alert.is-important .alert.is-important
:marked :marked
Scary <span style="color:red; font-weight: bold">error messages in red</span> may appear **during** install. Scary <span style="color:red; font-weight: bold">error messages in red</span> may appear **during** install.