VRPF
VRPF
I also have the same issue: > [error] Error: ENOENT: no such file or directory, mkdir 'C:\git\xxxxx\Identity.Portal\wwwroot\dist\C:\git\xxxxx\Identity.Portal\ClientApp\C:\git\xxxxx\Identity.Portal\ClientApp' at async Object.mkdir (node:internal/fs/promises:855:10) at async ensureDirectoryExists (C:\git\xxxxx\Identity.Portal\ClientApp\node_modules\@angular-devkit\build-angular\src\builders\browser-esbuild\index.js:76:13) at async C:\git\xxxxx\Identity.Portal\ClientApp\node_modules\@angular-devkit\build-angular\src\builders\browser-esbuild\index.js:84:9 at async...
I know how to reproduce it in my solution. I create a syntax error, press save, the compiler will do its thing and show that there is an error indeed,...
for me it fails with a new app created via ng new. No changes at all 
have the same issue