i am successfully install node.js and angularjs2 using this command. node version is
node version v6.9.1
npm install -g angular-cli
and the installation path is that
C:\Users\Arobil\AppData\Roaming\npm\node_modules\angular-cli\bin
which are include
system->advanced system setting->Environment variable->path
but the problem is that when i create new project using angular its
D:>ng new app 'ng' is not recognized as an internal or external command, operable program or batch file.
Am i missing anything?