yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

i can't run "grunt serve" #1339

Closed medabdellahi closed 8 years ago

medabdellahi commented 8 years ago

i have used yo angular to generate my app but when try to run grunt serve i get this message C:\other>grunt serve Running "serve" task

jit-grunt: Plugin for the "clean" task not found. If you have installed the plugin already, please setting the static mapping. See https://github.com/shootaroo/jit-grunt#static-mappings

Warning: Task "clean:server" failed. Use --force to continue.

Aborted due to warnings.

could you help me please.

eddiemonge commented 8 years ago

sounds like npm install didnt run correctly. try running that again

ZihadD commented 8 years ago

I'm having the same issue... any ideas ?

medabdellahi commented 8 years ago

try with npm install it was my solution