generator-angular-php
generator-angular-php copied to clipboard
Running grunt serve on fresh install returns a different error
I get the following on grunt serve:
`Loading "connect_proxy.js" tasks...ERROR
TypeError: The super constructor to
inheritsmust 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.
changed the version number manually in my file(package.json) then hit npm install. worked perfectly.