We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running grunt build, the following error shows up:
Loading "connect_proxy.js" tasks...ERROR > TypeError: Cannot read property 'prototype' of undefined Running "clean:dist" (clean) task Running "bower:install" (bower) task > Installed bower packages Running "nggettext_extract:pot" (nggettext_extract) task Running "nggettext_compile:all" (nggettext_compile) task Warning: Cannot read property 'length' of undefined Use --force to continue. Aborted due to warnings.
The text was updated successfully, but these errors were encountered:
Error 1:
Loading "connect_proxy.js" tasks... ERROR > TypeError: Cannot read property 'prototype' of undefined
Resolved By:
>> cd node_modules/grunt-connect-proxy/node_modules/http-proxy >> npm install [email protected]
Sorry, something went wrong.
kynan
No branches or pull requests
When running grunt build, the following error shows up:
The text was updated successfully, but these errors were encountered: