Given you have installed chutzpah for a solution via:
nuget install-package chutzpah for a given project.
and you have installed jasmine via: npm install --save-dev jasmine
and you want to use gulp-chutzpah to execute jasmine tests.
how do you reference the chutzpah.console.exe that was installed through nuget to: (some relative path)\packages\Chutzpah.4.3.4\tools\chutzpah.console.exe
so that you may execute the corresponding gulp task with:
gulp runChutzpahTests