I tried adding them myself but everyone I’ve seen had this folder included as soon as they use ng new which doesn’t work for me
>Solution :
The environments folder is no longer necessary in Angular 15.
If your workflow still needs that folder, you can downgrade with npm install -g @angular/cli@14.2.10, then create a new project with ng new.
