-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed

Description
forgot to update the package.json for newly generated projects:
"typescript": "~2.3.3" |
somehow was missed in this commit: 7b9fc28
also there's a weirder issue related to this. I updated the package.json in my angular-cli generated project to 2.4.x for typescript and whenever I run ng serve
and ng build
it seems to always use 2.3.3, while when I run $(npm bin)/tsc
it is the correct version that matches what I put in the package.json.
Metadata
Metadata
Assignees
Labels
No labels