Picture of Chris Jones
Re: How do I know if grunt is installed correctly?
by Chris Jones - Thursday, 7 August 2014, 8:34 AM
 

Hello Luca,

'matchdep' is a dependency of the build system. The task runner is reporting that it is missing, I suspect that the npm install command did not run and complete successfully.

Try running it again from inside the course folder it should complete with any errors and report success.

Chris