
Question:
I am using angular 4 and spring boot,while execute the project using command line..its showing error
ENOENT: no such file or directory, stat 'D:\AJITH VANUSTON\Spring Project\1Medeil Project\Project medeil RAR files\1gradle project\angular 4 boot\microservicesample-master\src\tsconfig.app.json'
<a href="https://i.stack.imgur.com/69rxU.png" rel="nofollow">Pls see the Error Image </a>
Answer1:I researched this issue for the solution: Your Angular project has a tsconfig.app.json. This file is being specified in your .angular-cli.json file.
You could control your app src structure according to below structure.
Your app lives in the src folder:
src
-app
-assets
-environments
-browserslist
-favicon.ico
-index.html
-karma.conf.js
-main.ts
-polyfills.ts
-styles.css
-test.ts
-tsconfig.app.json
-tsconfig.spec.json
-tslint.json
You could check your project src.
References:
<ul><li><a href="https://github.com/angular/angular-cli/issues/8201" rel="nofollow">https://github.com/angular/angular-cli/issues/8201</a>
</li> <li><a href="https://angular.io/guide/quickstart" rel="nofollow">https://angular.io/guide/quickstart</a>
</li> </ul>Answer2:Ionic throws this error when you are in a different folder by accident and run the build process. It will not tell you you're in a non-project folder, it just throws this error...