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

Commit 6d56343

Browse files
committed
Merge pull request #169 from alexeagle/master
fix(quickstart): Add helpful note for Windows users
2 parents 699b112 + 4876479 commit 6d56343

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public/docs/js/latest/quickstart.jade

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@
4949
$ npm install -g typescript@^1.5.0-beta
5050
$ tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts
5151

52+
.callout.is-helpful
53+
p.
54+
Windows users: if you get an error that an option is unknown, you are probably running
55+
an older version of TypeScript.
56+
See <a href="http://stackoverflow.com/questions/23267858/how-do-i-install-typescript">
57+
Stack Overflow: How do I install Typescript</a>
58+
5259
// STEP 3 - Import Angular ##########################
5360
.l-main-section
5461
h2#section-transpile 3. Import Angular

0 commit comments

Comments
 (0)