Installed angular-cli globally using (npm install -g angular-cli) but when I\'m trying to create project using ng new my-project it is throwing err
npm install -g angular-cli
ng new my-project
Adding %AppData%\npm to the Win path have worked for me.
%AppData%\npm
Source : https://github.com/angular/angular-cli/issues/1183 , the first comment.