Whenever I try to create an angular project using ng new my-app-name, it shows the following error!
C:\Users\HP>ng new my-app-name
I get the following error in red marker!
Error: Path "/app/app.module.ts" does not exist. Path "/app/app.module.ts" does not exist.
I am using Angular CLI: 1.5.5 Node: 8.9.1 Windows: win32 x64
I can't post the image since i am new to stackoverflow and have not reached the required reputation to post the picture!
Thank You!