Uncaught TypeError: Cannot read property 'EventEmitter' of undefined

See original GitHub issue

app.js:10053 Uncaught TypeError: Cannot read property 'EventEmitter' of undefined at app.js:10053 at Object.90 (app.js:10225) at s (app.js:1) at app.js:1 at $ (app.js:1924) at Object.72.eventie (app.js:1925) at s (app.js:1) at app.js:1 at Object.7../ajax (app.js:123) at s (app.js:1) Using gulp in SiteGenesis I’ve got this error in console while open page

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Gektoriancommented, Aug 7, 2017

solution was to update version of imagesloaded to latest one: from: “imagesloaded”: “^3.2.0”, to: “imagesloaded”: “^4.1.3”,

0reactions
Gektoriancommented, Aug 7, 2017

maybe this is issue on our end "_from": "imagesloaded@>=3.2.0 <4.0.0", ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot read property 'EventEmitter' of undefined typescript ...
I am using 'EventEmitter' class to emit a change in variable value. This is my piece of code, import events from 'events'; public...
Read more >
TypeError: Cannot read property 'EventEmitter' of undefined ...
I have a typescript application running on node. I am using 'EventEmitter' class to emit a change in variable value. This is my...
Read more >
autocomplete - error: Cannot read property 'title' of nul
Dear supporter, We are using autocomplete in our Angular 5 project. Unfortunately, we got the following error. "null: ERROR null: TypeError: Cannot read...
Read more >
Error: Cannot read property 'node' of undefined - n8n community
Hi there! Lately we are having a ton of these errors on different workflows: UnhandledPromiseRejectionWarning: Error: Cannot read property ...
Read more >
Events | Node.js v19.3.0 Documentation
The eventEmitter.emit() method allows an arbitrary set of arguments to be passed to the listener functions. Keep in mind that when an ordinary...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found