You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 @angular 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
snapshot of angular under the node_modules folder
##my app's package file
---- yes i've tried running updates in all the folders
The text was updated successfully, but these errors were encountered:
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
ornpm i @angular/cli -g
thepackage.json
for the@angular
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-clican we get the angular packages update permanently??
##Error
snapshot of angular under the node_modules folder
##my app's package file
---- yes i've tried running updates in all the folders
The text was updated successfully, but these errors were encountered: