PS C:\monProjet> grunt serve
Running "serve" task
Running "clean:server" (clean) task
>> 0 paths cleaned.
Running "wiredep:app" (wiredep) task
Running "wiredep:test" (wiredep) task
Running "wiredep:sass" (wiredep) task
Running "concurrent:server" (concurrent) task
Warning: Running "compass:server" (compass) task
Warning: not found: compass Use --force to continue.
Aborted due to warnings.
Execution Time (2018-03-15 14:53:48 UTC+8)
loading tasks 334ms █████████████████ 53%
loading grunt-contrib-compass 215ms ███████████ 34%
compass:server 81ms ████ 13%
Total 632ms Use --force to continue.
Aborted due to warnings.
Execution Time (2018-03-15 14:53:46 UTC+8)
loading tasks 610ms ███████████████ 22%
wiredep:app 414ms ███████████ 15%
wiredep:test 61ms ██ 2%
wiredep:sass 46ms ██ 2%
loading grunt-concurrent 41ms █ 1%
concurrent:server 1.5s ██████████████████████████████████████ 56%
Total 2.8s
npm install -g yo
npm install -g grunt-cli bower yo generator-karma generator-angular
mkdir monProjet
cd monProjet
yo angular
npm install
bower install
grunt serve