I'm trying to run a http server using grunt. However, when I type grunt serve in the appropriate directory, I'm presented with the following errors:
Loading "connect_proxy.js" tasks...ERROR
>> TypeError: Cannot read property 'prototype' of undefined
Loading "connect_proxy.js" tasks...ERROR
>> TypeError: Cannot read property 'prototype' of undefined
Looks like some dependencies issues, look at this, apparently its solved if you update your "grunt-connect-proxy"
https://github.com/drewzboto/grunt-connect-proxy/issues/97