From 4876479b187175d78b85b6a3f4d67bb0918c1839 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 20 Jul 2015 11:41:28 -0700 Subject: [PATCH] fix(quickstart): Add helpful note for Windows users A number of people have commented on github that they get the wrong typescript version, because of Visual Studio's version being found instead of npm. Fixes #99 --- public/docs/js/latest/quickstart.jade | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index 53e1fcf01a..1b1625fefa 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -49,6 +49,13 @@ $ npm install -g typescript@^1.5.0-beta $ tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts +.callout.is-helpful + p. + Windows users: if you get an error that an option is unknown, you are probably running + an older version of TypeScript. + See + Stack Overflow: How do I install Typescript + // STEP 3 - Import Angular ########################## .l-main-section h2#section-transpile 3. Import Angular