After a fresh install, I got the following error when running grunt serve:
Loading "connect_proxy.js" tasks...ERROR
>> TypeError: Cannot read property 'prototype' of undefined
I fixed this by updating grunt-connect-proxy using npm install grunt-connect-proxy --save-dev.
Thanks for the awesome generator!