I want to install Angular version 4.* on my windows 7. I am currently using Angular version 1.6.*
I tried following command
npm install @angular/{com
You just need to install npm -g install angular-cli
And write sudo if you are using mac or ubantu
Then go to directory where you want project and then ng new PROJECTNAME
It will create project
Hope it helps you