grunt: command not found when running from terminal

后端 未结 6 1738
礼貌的吻别
礼貌的吻别 2020-12-23 08:58

I\'m new to Grunt. I\'m trying to configure Grunt on my Mac OSX Lion.

I followed the instructions here and then created a project folder that contains the files bel

6条回答
  •  一生所求
    2020-12-23 09:20

    For windows

    npm install -g grunt-cli

    npm install load-grunt-tasks

    Then run

    grunt

提交回复
热议问题