angularjs - Unable to find local grunt when using grung ngtemplates - Stack Overflow
You need to install grunt into your project. See here: http://gruntjs.com/getting-started#installing-grunt-and-gruntplugins
@FutuToad You need 'grunt-cli' installed globally (which will create the 'grunt' application), then you need to install 'grunt' locally to run the tasks. Please, read the documentation.
Read full article from angularjs - Unable to find local grunt when using grung ngtemplates - Stack Overflow
You need to install grunt into your project. See here: http://gruntjs.com/getting-started#installing-grunt-and-gruntplugins
npm install grunt --save-dev
@FutuToad You need 'grunt-cli' installed globally (which will create the 'grunt' application), then you need to install 'grunt' locally to run the tasks. Please, read the documentation.
Read full article from angularjs - Unable to find local grunt when using grung ngtemplates - Stack Overflow
No comments:
Post a Comment