I am getting the following error while creating the angular4 new App.
Error:
Error: Path "/app/app.module.ts" does not exist.
Path "/app/app.module.ts" does not exist.
I have node version 9.4 and angular-cli version 1.7.1 and when I type like below.
subrajyoti@subrajyoti-H81M-S:/var/www/html/angular4-learning$ ng new myapp
I have also the write permission o this folder but still getting the above error. Here I need to resolve this error so that I can create new App.
chmod +x *in the app's root folder