-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error in bower install #911
Comments
Sounds like you're missing some files in your build process. What are you using? |
Any updates? Cheers |
+1 I installed via Bower. Confirmed that all dependencies are in script tags. |
I found the following issue on a dependent JS (metafizzy/outlayer#33). The problem is with the Bower setup and using wiredep. I mod'd the bower.json file to use the pkgd JS version of Isotope. Not a permanent fix, but gets me through this issue. |
Related to @spdaly's comment, you probably don't want to edit Isotope's bower file. Rather, try adding the following to your own bower overrides:
|
It might be related to #879 . I solved it using @EHLOVader 's solution |
Closing this issue here as a duplicate of #879. |
@ethanclevenger91 Thank you! This solved my problem with "bower-main-files" and dependent outlayer plugin |
I needed to set dependencies to an empty array/object instead of null as @ethanclevenger91 pointed out. Thank anyway for the direction :)
|
+1 @nixoschu |
I just installed isotope via bower:
bower install isotope --save
Before I even try to implement I start getting the following error.
Uncaught TypeError: Cannot read property 'Item' of undefined
(outlayer.js line 42)
Tried trouble shooting it for a bit to no avail.
The text was updated successfully, but these errors were encountered: