I\'m getting an ERROR when trying to run ng build on my angular 4 app.
ng build
EPERM: operation not permitted, lstat \'\' <
EPERM: operation not permitted, lstat \'\'
This probably a permission issue, just restart your IDE with admin permissions!
In my case I had to restart VsCode as administrator.