@chihab thanks for the update to Angular 13 but after upgrading my app to Angular 13 and trying to install @ngx-env/core, the following error showed up
npm install @ngx-env/core
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: frontend@0.0.0
npm ERR! Found: @angular/common@13.0.2
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"^13.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^13.3.0" from @ngx-env/core@2.0.0
npm ERR! node_modules/@ngx-env/core
npm ERR! @ngx-env/core@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
@chihab thanks for the update to Angular 13 but after upgrading my app to Angular 13 and trying to install
@ngx-env/core
, the following error showed up