grunt: command not found when running from terminal

后端 未结 6 1739
礼貌的吻别
礼貌的吻别 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:34

    My fix for this on Mountain Lion was: -

    npm install -g grunt-cli 
    

    Saw it on http://gruntjs.com/getting-started

提交回复
热议问题