slushjs / slush

The streaming scaffolding system - Gulp as a replacement for Yeoman
http://slushjs.github.io/generators
MIT License
1.24k stars 58 forks source link

slush angular:component myNewComponent NOT work #19

Closed jaydenlin closed 10 years ago

jaydenlin commented 10 years ago

After I installed slush and slush-angular, I found that the command "slush angular:component myNewComponent" didn't work. It shows that

[slush] Using slushfile /usr/local/lib/node_modules/slush-angular/slushfile.js
[slush] Task 'component' was not defined in `slush-angular` but you tried to run it.

Is there any solution? thanks

joakimbeng commented 10 years ago

I'm sorry to say that the slush-angular generator does not have any subgenerators yet, that's why your experiencing your problem.

An issue is filed in the slush-angular repo about this, see Issue #10 in slush-angular.