<!-- before posting an issue, try chatting on https://gitter.im/pattern-lab/node --> <!-- before posting an issue, verify you are running at least Node 4 or 5 --> I am using Pattern Lab Node `v2.4.0` on `Windows`, with Node `v4.2.4`, using the `Gulp` Edition. (`edition-node-gulp-1.3.0`) ##### Expected Behavior `gulp patternlab:loadstarterkit --kit=starterkit-XXX` should install the specified starter kit ##### Actual Behavior The call to gulp fails with the error message `[TypeError: Path must be a string. Received undefined]` ##### Steps to Reproduce Run `gulp patternlab:loadstarterkit --kit=starterkit-mustache-materialdesign` or with any other starter kit.