try {
            options = this.refineTargetOption(options, 'project');
            const installedRecipe = await GulpRecipe.install(recipeQuery, options);
            console.log(installedRecipe.getScope() + ' ' + installedRecipe.getPackClass() +  '-recipe installed ' + installedRecipe.getName() + '@' + installedRecipe.getVersion());
        } catch(error) {