angularjs - Yeoman "yo build:minify" or ""yo build" fails on Win7 -


i'm trying latest version of generator-angular working win7x64. i've installed generator angular using "npm install -g generator-angular." if create project yo angular , run yo build:minify following error:

you don't seem have generator name build:minify installed. can see available generators npm search yeoman-generator , install them npm install [name]. see 15 registered generators run yo `--help` option. 

if create project yeoman init angular , run yeoman build get

done, without errors. 

i believe yeoman command outdated. thoughts on how yo working?

$ yeoman build became $ grunt build.

please read migration guide.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -