Home > Back-end >  i always get these type of errors when ever i try to install any thing
i always get these type of errors when ever i try to install any thing

Time:08-09

TypeError: Cannot create property 'message' on string '/home/syss/Documents/frontend_schedbe/node_modules/ngx-bootstrap/modal/fesm2020/ngx-bootstrap-modal.mjs: This application depends upon a library published using Angular version 14.0.6, which requires Angular version 14.0.0 or newer to work correctly. Consider upgrading your application to use a more recent version of Angular.

CodePudding user response:

As it is clear from your question that it is telling you to upgrading your application to use a more recent version of Angular.

CodePudding user response:

Please upgrade your angular version. Check out the link it should be helpful for upgrading the version.

  • Related