I am trying to install angular 2 on my ubuntu machine and I've npm version 3.8.9 and 0.10.25.
I follow https://angular.io/guide/quickstart
in my friends windows machine with npm version 2.11.x it install less modules and also create typings folder but with same commands in my system it install so many modules also its not creating any typings folder.
and also its not working as per quick start guide
what I've to do to run angular 2 with my configuration and is there any direct way like angular 1 to just include library and start working if not please let me know how to run it in any way.
npm update -g npmornpm install -g npmit will update npm to latest version