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

Fix bower dependencies #34

Open
RopoMen opened this issue Feb 4, 2016 · 1 comment
Open

Fix bower dependencies #34

RopoMen opened this issue Feb 4, 2016 · 1 comment

Comments

@RopoMen
Copy link

RopoMen commented Feb 4, 2016

Hi,

My project has following config in my bower.json

  "devDependencies": {
    "angular-masonry-directive": "https://github.com/klederson/angular-masonry-directive.git#cf0c7a5f6aebdc60f8eda73f360d9f6b53af9267",
    "masonry": "3.3.2"
  }

I started getting following error from "imagesloaded.js" (v.4.1.0) line: 115
"Uncaught TypeError: Cannot read property 'prototype' of undefined"

ImagesLoaded.prototype = Object.create( EvEmitter.prototype );¨

could you fix bower.json to use more specific versions instead just "latest" so it would not cause unexpected crashes?

For now I need to add 'ImagesLoaded" also as dependency for my project as well and define version to '3.2.0'.

@RopoMen
Copy link
Author

RopoMen commented Feb 4, 2016

Reason is over here desandro/imagesloaded@eb483b9

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

No branches or pull requests

1 participant