Picture of Chris Jones
Re: Install issue with grunt
by Chris Jones - Tuesday, 20 January 2015, 9:38 AM
 

Hello shourav rahman,

It looks like grunt is running the build task, but it is encountering some missing modules.

First off I would try running npm install in your framework directory, this will attempt to download the missing modules. If it fails then I there may be some reason why the modules are not being installed. 

If this completes successfully, run the grunt build command again.

Hope this helps,

Chris