Currently, I am working on a project using Angular4
. Due to a laptop change, I need to set up the development environment on my new machine and run the application. However, when I try to execute the command:
ng serve
An error occurs at 13% completion which displays the following message:
ERROR in ENOENT: no such file or directory, stat 'E:\E\Dev_Teradata\Davivienda\Front\conciliaciones-covalent-angular\src\app\app.module.ts'
I have noticed that the path mentioned in the error is incorrect as it shows "E:\E\"
instead of
. It seems like the file "E:\Dev_Teradata\Davivienda\Front\conciliaciones-covalent-angular\src\app\app.module.ts "
"app.module.ts"
cannot be located.
Your collaboration and guidance in resolving this issue would be greatly appreciated!