Kthulu120 / liquid_dl

Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users to just click on what they need and use the bare minimum commands to get the results needed.
MIT License
73 stars 7 forks source link

Uncaught Error: Bootstrap dropdown require Popper.js #4

Closed lordchewie closed 7 years ago

lordchewie commented 7 years ago

Trying to get this docker image all finalized but still running into this. Tried to run the app locally and got the same thing.

Since you've got it running locally, could it be a dependency that was not added to package.json?

lordchewie commented 7 years ago

Also other issue: Uncaught ReferenceError: YoutubeDLForm is not defined

Kthulu120 commented 7 years ago

Issue was due to Bootstrap 4 requiring popper.js in a very specific manner therefore I eliminated it as a dependency and replaced it with Bootstrap 3 and will attempt to optimize the Webpack bundle in upcoming releases and getting rid of unneeded dependencies.

Should be resolved with the newest commit 80c477423c39355b0ade81f79cc9b2eb73f4877f.