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

Running grunt serve on fresh install returns a different error

Open davidrhoderick opened this issue 10 years ago • 1 comments

I get the following on grunt serve:

`Loading "connect_proxy.js" tasks...ERROR

TypeError: The super constructor to inherits must not be null or undefined.`

This is fixed by updating grunt-connect-proxy to 0.2.0 (found from another issue elsewhere) and updating with npm install. Should be fixed in the code.

davidrhoderick avatar Feb 02 '16 14:02 davidrhoderick

changed the version number manually in my file(package.json) then hit npm install. worked perfectly.

noximus avatar Aug 31 '16 15:08 noximus