i followed the below command lines initially.To create angular4 project
npm install -g @angular/cli
then in my project folder i started creating the project name using command in visual code with command line
npm new my-app
Then iam getting the following error in integrated terminal

Please help me.how i can create the project setup.and procedure.Thank you in advance.