-
Notifications
You must be signed in to change notification settings - Fork 12k
Upgrade TypeScript to 1.8 #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
TypeScript was updated prior to v0.0.24.... reference Can you try clearing your npm cache and recreate your project? |
The package.json on master says 1.7.3 |
I see that the blueprint package.jsons have 1.8 but only after I update the dependency in the main package.json on my fork and then npm link does ng start using tsc 1.8. Seems odd to me. |
I was able to replicate this as well. I generated a new project. Added a single string literal to the generated app ts and got compile errors.
|
This is because we didn't have a release after updating to TS 1.8, so you need to Feel free to reopen if you think that this is still an issue. |
Oh, I just realized that current master didn't update to 1.8 yet. My mistake. |
@cironunes Thanks for the confirmation. I'll run off my CLI fork until the main project upgrades. |
Would you like to create a PR updating to 1.8? Ciro Nunes On Mon, Mar 7, 2016 at 2:56 PM, John Donaghy [email protected]
|
@cironunes Zack beat me to it. :) #280 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
CLI currently depends on TypeScript ~1.7.3, please upgrade to support TypeScript 1.8.
From the /node_modules/angular-cli/package.json of a project generated by angular-cli 0.0.24.
"dependencies": {
"broccoli": "^0.16.9",
"broccoli-concat": "0.0.13",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.0.1",
"broccoli-writer": "^0.1.1",
"chalk": "^1.1.0",
"ember-cli": "1.13.15",
"exit": "^0.1.2",
"fs-extra": "^0.18.4",
"leek": "0.0.19",
"lodash": "^3.10.0",
"node-notifier": "^4.4.0",
"resolve": "^1.0.0",
"shelljs": "^0.5.3",
"silent-error": "^1.0.0",
"symlink-or-copy": "^1.0.1",
* "typescript": "~1.7.3",*
"typings": "^0.6.2"
}
The text was updated successfully, but these errors were encountered: