I try to start the angular application using the command grunt serve
but I get Fatal error: spawn cmd ENOENT.
I used the following commands to create my angular app
npm install -g yo grunt-cli bower
npm install -g generator-angular
yo angular
npm install
bower install
then I used the command grunt serveto launch my application
but does not work.
System Information: OS: Windows 7 64 bit Version for npm: 2.11.3 
Please help me, I looked through all the documentation, but I won’t tell you.
source
share