My angular.json file contains the following line:
"outputPath": "Y:\Sites\MySite",
After running ng build, I encountered the error message:
An unhandled exception occurred: ENOENT: no such file or directory, mkdir 'D:\ClientApp\Y:\MySite\browser'
See "C:\Users\USER\AppData\Local\Temp\ng-T07572\angular-errors.log" for further
details.
I'm confused as to why it's attempting to write to "D:\ClientApp\Y:\MySite\browser".