microsoft / WebTemplateStudio

Microsoft Web Template Studio quickly builds web applications using a wizard-based UI to turn your needs into a foundation of best patterns and practices
https://aka.ms/webtsinstall
MIT License
2.02k stars 204 forks source link

cant update dependencies//angular & typescript too far out of date #1865

Open mhekel opened 1 year ago

mhekel commented 1 year ago

on my cpu, i know my versions of angular et. al. are current, and up until version 15, i could update and dependencies the webts created during new projects. even if run npm i @angular/cli or npm i @angular/cli -g the package.json for the code>@angular</code files, is version 11...and the errror usually occurs because @angular/compiler-cli dependency is "typescript": ">=4.0 <4.2" and even trying to update them all, i'm being forced to update angular/cli et. all from v 11... and then cant because of the typescript version listed in compiler-cli can we get the angular packages update permanently??

Error

Annotation 2022-11-30 004332

snapshot of angular under the node_modules folder

Annotation 2022-11-30 004744 Annotation 2022-11-30 004833

my app's package file

Annotation 2022-11-30 004925

---- yes i've tried running updates in all the folders