When I change a file in my angular application it sends error:
ERROR in ./src/app/@theme/components/auth/index.js Module build failed: Error: ENOENT: no such file or directory, open 'C:\Dev\Ng\ngx-admin\src\app\@theme\components\auth\index.js' i 「wdm」: Failed to compile.
And when I terminate the ng serve and re run, it is correct.
I dont want to re run it again.
What should I do to fix it?