Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAngular cli 1.6 and Typescript 2.5.3 warning #8768
Comments
|
Will be fixed by #8766 |
|
In case the team isn't aware, TS is already up to 2.6.2. So even expanding the peer dependency range to <2.6 is already outdated. So the range probably should become <2.7? |
|
@brian428 Angular itself doesn't support 2.6 yet, this will arrive in one of the upcoming minor releases. https://blog.angular.io/angular-5-1-more-now-available-27d372f5eb4e |
|
Is there some way to make CLI not add its own additional requirement on top of what the underlying package requires? It was pointed out over in the Angular repo that the Angular package already has the correct dependency. I'd rather see CLI just accept the upstream requirement from Angular itself, rather than have things like this that have to be changed to match Angular, if possible? |
|
So this didn't make it into the 1.6.1 release? |
|
I agree with @kylecordes that this warning is probably redundant as Angular already requires correct version using peerDependencies. Tested with CLI 1.6.1:
|
|
I got the same kind of warning. Do you have good solution to solve this typescript mismatch? |
|
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. |
I've recently updated to Angular 5.1.0 and Angular CLI 1.6.0 which is supposed to be typescript 2.5 friendly however I'm receiving the following warning
Versions
Repro steps