I am trying to create Angular2 project using angular-cli. I run, npm install -g angular-cli
then I ng new test
, it returns
"'ng' is not recognized as an interal or external command, operable program or batch file."
I check the directory, C:\node\node_modules\npm\node_modules
. There was not angular-cli found. My npm version is 4.0.2 and my node version is 5.11.0. If you guys have same problem, could you help me how to figure this out?