generator-angular-php
generator-angular-php copied to clipboard
Running `grunt serve` after fresh install returns error, fails
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!