var installDependencies = function(callback) {

    console.log('Installing NPM packages...');

    var npm = exec('npm install', function(error) {