Skip to content

Commit d72b26e

Browse files
committed
fix(CLI): Downgrad to typescript 2.2.2 to fix an incompatibility of cli compiler
See : angular/angular-cli#6425
1 parent cd79cf0 commit d72b26e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"symlink-dir": "^1.0.2",
9696
"ts-node": "3.0.4",
9797
"tslint": "5.3.2",
98-
"typescript": "2.3.3"
98+
"typescript": "2.2.2"
9999
},
100100
"license-check-config": {
101101
"src": [

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,11 @@
219219
version "2.53.42"
220220
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-2.53.42.tgz#74cb77fb6052edaff2a8984ddafd88d419f25cac"
221221

222-
222+
abbrev@1:
223+
version "1.1.0"
224+
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.0.tgz#d0554c2256636e2f56e7c2e5ad183f859428d81f"
225+
226+
223227
version "1.0.9"
224228
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135"
225229

@@ -6273,18 +6277,14 @@ type-is@~1.6.15:
62736277
media-typer "0.3.0"
62746278
mime-types "~2.1.15"
62756279

6280+
[email protected], "typescript@>=2.0.0 <2.3.0":
6281+
version "2.2.2"
6282+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.2.tgz#606022508479b55ffa368b58fee963a03dfd7b0c"
6283+
62766284
62776285
version "2.3.2"
62786286
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.2.tgz#f0f045e196f69a72f06b25fd3bd39d01c3ce9984"
62796287

6280-
6281-
version "2.3.3"
6282-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.3.tgz#9639f3c3b40148e8ca97fe08a51dd1891bb6be22"
6283-
6284-
"typescript@>=2.0.0 <2.3.0":
6285-
version "2.2.2"
6286-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.2.tgz#606022508479b55ffa368b58fee963a03dfd7b0c"
6287-
62886288
62896289
version "3.0.11"
62906290
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.0.11.tgz#81f594b9a24dad76e39da92f8f06e5b3bc8c2e11"

0 commit comments

Comments
 (0)