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