From 6821f89a1c25fed2dcae8b456fc4f68fd1f76fcc Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Wed, 15 Jun 2016 17:55:14 +0200 Subject: [PATCH] docs(quickstart): add a section to installing typings manually --- public/docs/ts/latest/quickstart.jade | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 635944ef27..f77219aed1 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -141,6 +141,13 @@ block install-packages code-example(language="sh"). 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 :marked Scary error messages in red may appear **during** install.