generator-angular-php icon indicating copy to clipboard operation
generator-angular-php copied to clipboard

Running `grunt serve` after fresh install returns error, fails

Open ethanmay opened this issue 10 years ago • 0 comments

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!

ethanmay avatar Oct 27 '15 03:10 ethanmay