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