Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPatrick McKinney
13,151 PointsBootstrap Tether Console Log Error
I previewed the page and received a console error that states: "Uncaught Error: Bootstrap tooltips require Tether (http://github.hubspot.com/tether/) - bootstrap.min.js:7"
Does the workspace project actually require Tether?
1 Answer
hchris
Courses Plus Student 11,116 PointsI came across this error another way. I tried using the starter template from the Bootstrap docs on my own machine. Above the error mentioned, I also had an error with the integrity of the tether file from the cdn, so it wouldn't use it, thereby not satisfying the requirement for bootstrap.min.js causing another error. None of the tether cdn addresses worked for me, but it was fixed by downloading the required tether file to my machine.
For anyone in the future that runs into this error on a workspace, you can download the tether file to your local machine and then upload from your machine to the workspace.
Jonathan Leon
18,813 PointsJonathan Leon
18,813 PointsBump for this, using locally while grabbing bootstrap from the cdn also gives me this console error.
I've read that bootstrap actively uses tether so I'm suprised that message throws..
Can anyone give a hand please?