Cannot use grunt on simple Yeoman angular

前端 未结 3 401
孤独总比滥情好
孤独总比滥情好 2021-02-04 15:35

Trying to just startup a simple angular app via Yeoman, using steps in this guide http://www.sitepoint.com/kickstart-your-angularjs-development-with-yeoman-grunt-and-bower/

3条回答
  •  伪装坚强ぢ
    2021-02-04 16:19

    Run the following commands from the directory that has the Gruntfile.js for your project:

    npm install
    npm install -g bower
    bower install
    

    This will install all npm and bower based dependencies for your project.

    In the screencast at 1:18 it shows install errors tied to at least multimatch. load-grunt-taskis dependent on multimatch.

提交回复
热议问题