Skip to content
New issue

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

grunt build -- throwing errors #8

Open
fayazv opened this issue May 24, 2016 · 1 comment
Open

grunt build -- throwing errors #8

fayazv opened this issue May 24, 2016 · 1 comment
Assignees
Labels

Comments

@fayazv
Copy link
Contributor

fayazv commented May 24, 2016

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.
@fayazv
Copy link
Contributor Author

fayazv commented May 24, 2016

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 eventemitter3@0.1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants