I'm using Angular 15 and Node version 18.12.1.
I created a new application in Visual Studio Code but learned that Angular no longer provides the environment files that were for test and production purposes.
I want these environment files back so I followed the instructions from Angular's site.
https://angular.io/guide/build
From PowerShell I entered "ng generate environments" but I get the following error message:
"Error: A collection and schematic is required during execution"
I need help figuring out how to get this working.
I followed the directions on Angular's site and that didn't work.
I also tried updating my version of Node just to be sure it was up-to-date.
None of these resolved my issue to create the environment files.